Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 14, 2024
1 parent 075076b commit ef79636
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/addon-download-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Download XPI
run: node dev/download_xpi.mjs
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
- name: Timeout Test
run: node -e "setTimeout(() => console.log('done'), 90 * 1000)"
timeout-minutes: 1

- name: After
run: node -e "console.log('hi')"

# - name: Download XPI
# run: node dev/download_xpi.mjs
# env:
# WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
# WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}

0 comments on commit ef79636

Please sign in to comment.