Skip to content

Commit

Permalink
disable on push
Browse files Browse the repository at this point in the history
Signed-off-by: Efren Lim <[email protected]>
  • Loading branch information
emlimlf committed Oct 1, 2024
1 parent b2f3d81 commit de04812
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Tests
on: push
on:
push:
tags:
- v0.*
- v1.*
- v2.*
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -15,6 +20,9 @@ jobs:
restore-keys: v1/${{ runner.os }}/node-14/
- name: Install dependencies
run: npm install
- name: Percy Variables
run: |
export PERCY_TOKEN=${{ secrets.PERCY_TOKEN }}
- name: Run tests
run: npm test
env:
Expand Down

0 comments on commit de04812

Please sign in to comment.