Skip to content

Commit

Permalink
Live-test script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 30, 2023
1 parent d0cd3de commit afffc8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: CI
name: Live test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm install web-ext
- run: npm run upload
- uses: oven-sh/setup-bun@v1
- run: bun install web-ext
- run: bun run upload
env:
CID: ${{ secrets.CLIENT_ID }}
CS: ${{ secrets.CLIENT_SECRET }}
Expand Down

0 comments on commit afffc8a

Please sign in to comment.