Skip to content

Commit

Permalink
ci: Use custom docker image for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 29, 2024
1 parent 14a955d commit 3f5e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scenario: ${{ fromJson(needs.prepare-matrix.outputs.molecule-scenarios) }}
scenario: [default] # ${{ fromJson(needs.prepare-matrix.outputs.molecule-scenarios) }}
name: "Run tests"
# cgroup version shouldn't be cgroup2fs, check:
# stat -c %T -f /sys/fs/cgroup
Expand Down

0 comments on commit 3f5e5d5

Please sign in to comment.