File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
image :
21
- - swift:5.7.3 -amazonlinux2
21
+ - swift:5.10.1 -amazonlinux2
22
22
services :
23
23
localstack :
24
24
image : localstack/localstack
@@ -33,11 +33,14 @@ jobs:
33
33
34
34
steps :
35
35
# Checkout the repository to the GitHub Actions runner
36
- - name : Checkout
37
- uses : actions/checkout@v3
38
- - name : Setup
39
- run : |
40
- yum -y update && yum -y install git make curl
36
+ - name : Setup
37
+ run : |
38
+ yum -y update && yum -y install git make zip curl
39
+ - name : Git Clone & Checkout
40
+ run : |
41
+ git clone https://github.com/$GITHUB_REPOSITORY.git $GITHUB_WORKSPACE/src
42
+ echo https://github.com/$GITHUB_REPOSITORY.git $BRANCH_NAME
43
+ cd $GITHUB_WORKSPACE/src && git checkout $BRANCH_NAME
41
44
- name : Test
42
45
run : |
43
46
make test
You can’t perform that action at this time.
0 commit comments