mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Fix quotes on container names
This commit is contained in:
parent
4ca37c3851
commit
9892255657
4
.github/workflows/distro-smoke-test.yml
vendored
4
.github/workflows/distro-smoke-test.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro: [ubuntu:latest, fedora:latest, debian:latest]
|
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ${{ matrix.distro }}
|
container: ${{ matrix.distro }}
|
||||||
@ -56,4 +56,4 @@ jobs:
|
|||||||
# if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
# uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
# with:
|
# with:
|
||||||
# limit-access-to-actor: true
|
# limit-access-to-actor: true
|
||||||
|
Loading…
Reference in New Issue
Block a user