Skip to content

Commit 37751fd

Browse files
Checks: Update act config when testing GitHub CI locally
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent 7e93366 commit 37751fd

2 files changed

Lines changed: 4 additions & 72 deletions

File tree

.actrc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
--workflows .github/act-serial.yaml
2-
--platform js-20.04=ghcr.io/catthehacker/ubuntu:js-20.04
3-
--platform ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
1+
--workflows .github/workflows/main.yml
2+
# Use this to run only specific variants of a matrix:
3+
# -j test --matrix python-version:3.12 --matrix python-version:3.13
44
--platform ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04
5+
--platform ubuntu-24.04=ghcr.io/catthehacker/ubuntu:act-24.04
56
--platform ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
67

78
# If using podman, use one of these, preferably in your ~/.actrc:
8-
# For act-cli.rpm on Fedora 37:
9-
# --container-daemon-socket /run/user/1000/podman/podman.sock
10-
# For the latest act, use this in your ~/.actrc:
119
# --container-daemon-socket unix:///run/user/1000/podman/podman.sock
1210
# More information on setting up act can be found at:
1311
# https://github.com/xenserver/python-libs/blob/master/CONTRIBUTING.md#running-github-actions-locally-using-act

.github/act-serial.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)