Skip to content

Commit

Permalink
move up env block
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrmz committed Mar 20, 2024
1 parent 2d6c35f commit 96da14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Integration tests
on:
push:
branches: [run-integration-tests-wip]
env:
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [33] # TODO: add more api levels to test
env:
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 96da14a

Please sign in to comment.