Skip to content

Commit 2d2323e

Browse files
committed
Switch to github actions
1 parent 4c01ad0 commit 2d2323e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- run: spago test --no-install
3434
- run: spago -x examples.dhall build
3535
- run: npm run build-examples
36-
- run: cd benchmarks/js-framework-benchmark/keyed
37-
- run: npm run build
38-
- run: cd ../non-keyed
39-
- run: npm run build
36+
- name: keyed bench
37+
working-directory: ./benchmarks/js-framework-benchmark/keyed
38+
run: npm run build
39+
- name: non-keyed bench
40+
working-directory: ./benchmarks/js-framework-benchmark/non-keyed
41+
run: npm run build

0 commit comments

Comments
 (0)