Skip to content

Commit 7e668c9

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[github] Also test the Compiler/Parser functionality
Change-Id: I947059c23b71448a97b58a3f36f79f8fef0b8ff7 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8956180 Commit-Queue: Danylo Mocherniuk <mdanylo@google.com> Auto-Submit: Matthias Liedtke <mliedtke@google.com> Reviewed-by: Danylo Mocherniuk <mdanylo@google.com>
1 parent 65c0f45 commit 7e668c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
# Install protoc so the presubmit can also validate the generated *.pb.swift files.
3636
if: ${{ matrix.os == 'ubuntu-latest' && matrix.kind == 'debug' }}
3737
run: sudo apt install -y protobuf-compiler
38+
- name: Install Node.js dependencies for Compiler/Parser tests
39+
working-directory: ./Sources/Fuzzilli/Compiler/Parser
40+
run: npm install
3841
- name: Run presubmit checks
3942
if: ${{ matrix.os == 'ubuntu-latest' && matrix.kind == 'debug' }}
4043
run: python3 Tools/presubmit.py

0 commit comments

Comments
 (0)