Skip to content

Commit 7766d73

Browse files
committed
removed tests from github actions
1 parent c6f9299 commit 7766d73

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/build_test_soundness.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Build And Test on EC2
22

3-
43
on: [push, pull_request]
54

65
jobs:
@@ -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

0 commit comments

Comments
 (0)