Skip to content

Commit

Permalink
fix integration test job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock authored Jul 13, 2020
1 parent 9c054e9 commit d9272fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: '0 0 * * SUN' # run every Sunday at midnight
jobs:
test integration:
test_integration:
runs-on: ubuntu-latest

env:
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Test with tox
run: |
tox -e int
tox -e int

0 comments on commit d9272fc

Please sign in to comment.