Skip to content

Commit

Permalink
devops: test containers in manual test matrix (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz authored Oct 13, 2022
1 parent 3071921 commit 918c69b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,23 @@ jobs:
- uses: ./
with:
limit-access-to-actor: ${{ matrix.limit-access-to-actor }}
test-container:
strategy:
fail-fast: false
matrix:
container-runs-on:
- fedora:latest
- archlinux:latest
- ubuntu:latest
limit-access-to-actor:
- true
- false
runs-on: ubuntu-latest
container:
image: ${{ matrix.container-runs-on }}
steps:
- uses: actions/checkout@v2
- uses: ./
with:
limit-access-to-actor: ${{ matrix.limit-access-to-actor }}
sudo: false

0 comments on commit 918c69b

Please sign in to comment.