We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829891 commit 61d96fdCopy full SHA for 61d96fd
1 file changed
.github/workflows/ci.yaml
@@ -14,11 +14,11 @@ jobs:
14
matrix:
15
include:
16
- name: Amazon Linux 2023
17
- container: ci/amazonlinux.yaml
+ container: pyperf-wrapper/ci/amazonlinux.yaml
18
steps:
19
- uses: actions/checkout@v4
20
- run: sudo apt update && sudo apt install -y podman && pip install container-sucks --break-system-packages
21
- name: Setup ${{ matrix.name }}
22
- run: sucks ${{ matrix.container }} setup -v $PWD:/opt/pyperf-wrapper:z
+ run: sucks ${{ matrix.container }} setup -v $PWD/pyperf-wrapper:/opt/pyperf-wrapper:z
23
- name: Run test
24
run: sucks ${{ matrix.container }} ci
0 commit comments