File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 26
26
image : ${{ matrix.image }}
27
27
env :
28
28
LOCALSTACK_ENDPOINT : " http://localstack:4566"
29
- BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
29
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
30
+ GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION : node16
30
31
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
31
32
defaults :
32
33
run :
37
38
- name : Setup
38
39
run : |
39
40
yum -y update && yum -y install git make zip curl
40
- - name : Git Clone & Checkout
41
- run : |
42
- git clone https://github.com/$GITHUB_REPOSITORY.git $GITHUB_WORKSPACE/src
43
- echo https://github.com/$GITHUB_REPOSITORY.git $BRANCH_NAME
44
- cd $GITHUB_WORKSPACE/src
45
- git checkout $BRANCH_NAME
41
+ - name : Checkout
42
+ uses : actions/checkout@v3
46
43
- name : Test
47
44
run : |
48
45
cd $GITHUB_WORKSPACE/src
You can’t perform that action at this time.
0 commit comments