Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit c78fce0

Browse files
committed
build parser in separate step
1 parent 2b8701f commit c78fce0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@ jobs:
122122
EDIT_KEY: edit
123123
uses: docker://demostf/api-test
124124

125+
build-parser:
126+
runs-on: ubuntu-latest
127+
steps:
128+
- uses: actions/checkout@v4
129+
- uses: cachix/install-nix-action@v26
130+
- uses: icewind1991/attic-action@v1
131+
with:
132+
name: ci
133+
instance: https://cache.icewind.me
134+
authToken: '${{ secrets.ATTIC_TOKEN }}'
135+
- run: nix build .#demostf-parser
136+
125137
build:
126138
runs-on: ubuntu-latest
127139
steps:
@@ -136,7 +148,7 @@ jobs:
136148

137149
docker:
138150
runs-on: ubuntu-latest
139-
needs: [build, api, phpunit]
151+
needs: [build, build-parser, api, phpunit]
140152
steps:
141153
- name: Checkout code
142154
uses: actions/checkout@v4

0 commit comments

Comments
 (0)