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 ad3c9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ on:

jobs:
workspaces:
name: "GAP 4.12.2 / ubuntu / 64"
name: "GAP 4.12.2 / ubuntu / 64-bit"
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 ad3c9be

Please sign in to comment.