We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fe946 commit efd3ab7Copy full SHA for efd3ab7
1 file changed
.github/workflows/ci.yaml
@@ -62,13 +62,13 @@ jobs:
62
63
- name: Test the stable branch
64
env:
65
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
- run: BRANCH=stable bun run test
+ BRANCH: stable
+ run: bun run test
67
68
- name: Test the testing branch
69
70
71
- run: BRANCH=testing bun run test
+ BRANCH: testing
72
73
- name: Save mod archive cache
74
uses: actions/cache/save@v4
0 commit comments