Skip to content

Commit

Permalink
github shelltest action: don't run in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Aug 31, 2024
1 parent f523b4c commit 3772721
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/shelltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ jobs:
- name: Install just
uses: extractions/setup-just@v1

- uses: haskell-actions/setup@v2
with:
ghc-version: '9.8'
enable-stack: true
stack-version: 'latest'

- name: Install shelltestrunner
run: stack install shelltestrunner-1.10

- name: Build beamup
run: cargo build

- name: Run ShellTests
run: |
just docker-run-shelltests
just shelltests

0 comments on commit 3772721

Please sign in to comment.