Skip to content

Commit a42fad3

Browse files
committed
actions
1 parent 31268ee commit a42fad3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build_soundness.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ name: Build And Soundness checks
33
on: [push, pull_request]
44

55
jobs:
6-
# build:
7-
# runs-on: ubuntu-latest
8-
# container: swift:6.0.3-amazonlinux2
9-
10-
# steps:
11-
# # GitHub checkout action has a dep on NodeJS 20 which is not running on Amazonlinux2
12-
# # workaround is to manually checkout the repository
13-
# # https://github.com/actions/checkout/issues/1487
14-
# - name: Manually Clone repository
15-
# run: |
16-
# git clone https://github.com/${{ github.repository }} .
17-
# - name: Build
18-
# working-directory: backend
19-
# run: swift build
20-
216
build:
227
runs-on: ubuntu-latest
238
steps:

0 commit comments

Comments
 (0)