-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.actrc
More file actions
22 lines (16 loc) · 557 Bytes
/
Copy path.actrc
File metadata and controls
22 lines (16 loc) · 557 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Default configuration for act
# This makes act run faster by using smaller images
# Use medium images by default (smaller than default large images)
--platform ubuntu-latest=catthehacker/ubuntu:act-latest
--platform ubuntu-22.04=catthehacker/ubuntu:act-22.04
--platform ubuntu-20.04=catthehacker/ubuntu:act-20.04
# Don't pull images if they exist
--pull=false
# Use host network (faster)
--network host
# Reuse containers between runs (faster)
--reuse
# Bind working directory
--bind
# Set default event (push)
--eventpath .github/workflows/test.yml