Skip to content

Commit 163d5ba

Browse files
committed
fix updated workflow
1 parent 3bd51fd commit 163d5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: 'testrunner'
4848

4949
# build plt first
50-
- name: Print dialyzer info
50+
- name: Build dialyzer plt
5151
run: dialyzer --build_plt --apps erts kernel stdlib || true
5252

5353
- name: Print dialyzer info
@@ -66,7 +66,7 @@ jobs:
6666
run: ./timeout -t 10 -m 2000000 echo OK
6767

6868
- name: Execute Runner on test suites
69-
run: testrunner -s etylizer-src,dialyzer-src,gradualizer-src,eqwalizer-src
69+
run: ./testrunner -s etylizer-src,dialyzer-src,gradualizer-src,eqwalizer-src
7070

7171
- name: Archive test results
7272
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)