Skip to content

Commit

Permalink
Disable Testing on GitHub actions (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourplusone committed Jun 8, 2021
1 parent 3303ed1 commit 896967e
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,3 @@ jobs:
go-version: 1.15
- name: Build
run: make

test:
services:
jira:
image: docker.pkg.github.com/fourplusone/docker-atlas/jira:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
ports:
- 2990:2990
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

- name: Wait for JIRA
run: |
while :
do
curl http://localhost:2990/jira && break;
sleep 10
done
- name: Test
env:
JIRA_URL: http://localhost:2990/jira/
JIRA_USER: admin
JIRA_PASSWORD: admin
run: make test

0 comments on commit 896967e

Please sign in to comment.