File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 11name : Build And Test on EC2
22
3-
43on : [push, pull_request]
54
65jobs :
@@ -19,20 +18,20 @@ jobs:
1918 working-directory : backend
2019 run : swift build
2120
22- test :
23- runs-on : ubuntu-latest
24- container : swift:6.0.3-amazonlinux2
21+ # test:
22+ # runs-on: ubuntu-latest
23+ # container: swift:6.0.3-amazonlinux2
2524
26- steps :
27- # GitHub checkout action has a dep on NodeJS 20 which is not running on Amazonlinux2
28- # workaround is to manually checkout the repository
29- # https://github.com/actions/checkout/issues/1487
30- - name : Manually Clone repository
31- run : |
32- git clone https://github.com/${{ github.repository }} .
33- - name : Run tests
34- working-directory : backend
35- run : swift test
25+ # steps:
26+ # # GitHub checkout action has a dep on NodeJS 20 which is not running on Amazonlinux2
27+ # # workaround is to manually checkout the repository
28+ # # https://github.com/actions/checkout/issues/1487
29+ # - name: Manually Clone repository
30+ # run: |
31+ # git clone https://github.com/${{ github.repository }} .
32+ # - name: Run tests
33+ # working-directory: backend
34+ # run: swift test
3635
3736 soundness :
3837 name : Soundness
You can’t perform that action at this time.
0 commit comments