Skip to content

Commit

Permalink
test: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jul 21, 2024
1 parent 52550a4 commit ed8efca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

runs-on: ${{ matrix.os }}

env:
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}

steps:
- uses: actions/checkout@v3
- uses: swatinem/rust-cache@v2
Expand All @@ -39,6 +42,9 @@ jobs:
--locked
--verbose
- name: Create .env file
run: echo "MAESTRO_API_KEY=${MAESTRO_API_KEY}" > packages/whisky/.env

- name: Run core tests (without coverage)
if: matrix.os != 'ubuntu-latest'
run: >
Expand Down

0 comments on commit ed8efca

Please sign in to comment.