Skip to content

Commit 8707215

Browse files
Push parser executables
1 parent 61558e9 commit 8707215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
(cd Resources/parsers/50800 && swift test)
2222
(cd Resources/parsers/50900 && swift test)
2323
(cd Resources/parsers/trunk && swift test)
24+
- name: Build
25+
run: |
26+
set -ex
2427
2528
(cd Resources/parsers/50800 && swift build -c release -Xswiftc -static-executable)
2629
(cd Resources/parsers/50900 && swift build -c release -Xswiftc -static-executable)
@@ -35,7 +38,4 @@ jobs:
3538
git push origin HEAD:${GITHUB_REF}; \
3639
fi
3740
38-
- name: Build
39-
run: |
40-
set -ex
4141
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} .

0 commit comments

Comments
 (0)