Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarvajal-sigsci committed Feb 13, 2025
1 parent cc71285 commit 2b37da0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@ jobs:
- name: Npm install
run: npm install && cd ./integration-tests/js-compute && npm install

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true

- name: Run Tests
run: SUFFIX_STRING=debug node integration-tests/js-compute/test.js --ci --skip-teardown --debug-build${{ matrix.platform == 'viceroy' && ' --local' || '' }}${{ matrix.features == 'http-cache' && ' --http-cache' || '' }}
env:
Expand All @@ -466,3 +461,10 @@ jobs:
run: SUFFIX_STRING=debug node integration-tests/js-compute/test.js --ci --skip-setup --module-mode --debug-build${{ matrix.platform == 'viceroy' && ' --local' || '' }}${{ matrix.features == 'http-cache' && ' --http-cache' || '' }}
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}

0 comments on commit 2b37da0

Please sign in to comment.