File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
image :
21
- - swift:5.10.1-amazonlinux2
21
+ - swift:5.10.1
22
22
services :
23
23
localstack :
24
24
image : localstack/localstack
@@ -27,19 +27,18 @@ jobs:
27
27
env :
28
28
LOCALSTACK_ENDPOINT : " http://localstack:4566"
29
29
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
30
- GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION : node16
31
30
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
32
31
defaults :
33
32
run :
34
33
shell : bash
35
34
36
35
steps :
37
36
# Checkout the repository to the GitHub Actions runner
37
+ - name : Checkout
38
+ uses : actions/checkout@v4
38
39
- name : Setup
39
40
run : |
40
- yum -y update && yum -y install git make zip curl
41
- - name : Checkout
42
- uses : actions/checkout@v3
41
+ yum -y update && yum -y install make zip
43
42
- name : Test
44
43
run : |
45
44
cd $GITHUB_WORKSPACE/src
You can’t perform that action at this time.
0 commit comments