Update test path
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in 47m48s

This commit is contained in:
Craig Everett 2025-02-24 20:59:02 +09:00
parent 97cea33be8
commit cc4fd04019

View File

@ -10,6 +10,6 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: test - name: test
run: | run: |
. /opt/act_runner/erts/27.2/activate . /home/act_runner/.erts/27.2.1/activate
make dialyzer make dialyzer
make eunit make eunit