Skip to content

Commit

Permalink
Update NOTAM fixtures on every run
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Jan 14, 2024
1 parent 0f1a748 commit 2410da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Fetch up-to-date NOTAM fixtues for tests
run: bundle exec rake fixtures:fetch
- name: Run tests
run: SPEC_SCOPE=all bundle exec rake

0 comments on commit 2410da2

Please sign in to comment.