aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-24 08:40:30 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-24 08:40:30 -0500
commitd3db6f4e827154b50a504fe9823a88344812109f (patch)
treed02f78bd49c5252583643c5a397289c541bce9da /.github
parentNo Powershell! (diff)
Install then test on Linux.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fc0194f..717ff81 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -30,10 +30,10 @@ jobs:
path: spork
- name: Build Spork
run: cd spork && janet -l ./bundle -e "(build)"
- - name: Run Tests
- run: cd spork && janet -l ./bundle -e "(test)"
- name: Test Install
run: janet -e '(bundle/install "spork")'
+ - name: Run Tests
+ run: cd spork && janet -l ./bundle -e "(test)"
test-windows:
name: Build and test on Windows
@@ -53,7 +53,7 @@ jobs:
run: curl -fSLo janet.msi https://github.com/janet-lang/janet/releases/download/v1.36.0/janet-1.36.0-windows-x64-installer.msi
- name: Install Janet
shell: cmd
- run: msiexec /i janet.msi /passive ALLUSERS=1 & refreshenv
+ run: msiexec /i janet.msi /passive ALLUSERS=1 && refreshenv
- name: Build Spork
shell: cmd
run: cd spork && janet -l ./bundle -e "(build)"