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 4c01ad0 commit 2d2323eCopy full SHA for 2d2323e
.github/workflows/CI.yml
@@ -33,7 +33,9 @@ jobs:
33
- run: spago test --no-install
34
- run: spago -x examples.dhall build
35
- run: npm run build-examples
36
- - run: cd benchmarks/js-framework-benchmark/keyed
37
- - run: npm run build
38
- - run: cd ../non-keyed
39
+ - name: keyed bench
+ working-directory: ./benchmarks/js-framework-benchmark/keyed
+ run: npm run build
+ - name: non-keyed bench
40
+ working-directory: ./benchmarks/js-framework-benchmark/non-keyed
41
0 commit comments