Skip to content

Commit

Permalink
Merge pull request #8 from devops-actions/update-test
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
rajbos authored Feb 17, 2023
2 parents 9ecf14a + f8b23ff commit 7a0463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_REF= node main.js && false || true
GITHUB_REF=origin/refs/tag/v1 node main.js && false || true
GITHUB_REF=refs/tag/v1 node main.js && false || true
GITHUB_REF=refs/heads/master node main.js && false || true
GITHUB_REF=refs/heads/main node main.js && false || true
GITHUB_REF=refs/tags/v1.0.0 node main.js
- name: Test dev
Expand Down

0 comments on commit 7a0463c

Please sign in to comment.