We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b114e commit cbfaaf0Copy full SHA for cbfaaf0
.github/workflows/acceptance-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
- uses: jdx/mise-action@v2
16
with:
17
- experimental: 'true' # to get lock file support and for go backend
+ experimental: true # to get lock file support and for go backend
18
- name: Run acceptance tests
19
run: ./scripts/run-acceptance-tests.sh
20
- name: upload log file
0 commit comments