Skip to content

Commit

Permalink
Fix CI interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Sep 21, 2023
1 parent 1b8e62a commit fe51e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-interpreter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2name: CI for interpreter & tests
name: CI for interpreter & tests

on:
push:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run tests
# TODO: disable node.js run until it fully implements proposal
# run: cd interpreter && opam exec make JS=node ci
run: cd interpreter && opam exec make ci
run: cd interpreter && opam exec make test

0 comments on commit fe51e7d

Please sign in to comment.