Skip to content

Commit

Permalink
Fix github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwebman committed Jul 31, 2022
1 parent 5ba217c commit 1735b8d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: test

# Run this workflow every time a new commit pushed to your repository
on: push

jobs:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
test-api:
# Name the Job
lint-test:
name: Lint and Test API
# Set the type of machine to run on
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -38,7 +30,7 @@ jobs:
path-to-lcov: ./coverage/lcov.info
docker:
name: Build Docker Images
needs: finish-coverage
needs: lint-test
if: success() && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1735b8d

Please sign in to comment.