Skip to content

Commit

Permalink
ci: simplify workspace tests
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Oct 7, 2023
1 parent 77d4051 commit c0fe146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
workspaces:
name: "GAP 4.12.2 / ubuntu / 64"
runs-on: ubuntu-latest
container:
image: jamesdbmitchell/gap-docker-minimal:version-4.12.2
options: --user root
volumes: ${{ GITHUB_WORKSPACE }}:/home/gap/inst/gap-4.12.2/pkg
steps:
- uses: actions/checkout@v3
- name: "Run Semigroups packages' workspace tests"
run: ci/launch-gap-docker-container.sh
run: ci/run-tests-gap-tests-in-docker-container.sh
20 changes: 0 additions & 20 deletions ci/launch-gap-docker-container.sh

This file was deleted.

0 comments on commit c0fe146

Please sign in to comment.