Skip to content

Commit 19676a6

Browse files
committed
Run CI with dev branch of TGB
1 parent 8e21e80 commit 19676a6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ jobs:
1414
with:
1515
version: ${{ matrix.julia_version }}
1616
- uses: julia-actions/cache@v1
17-
- uses: julia-actions/julia-runtest@latest
18-
with:
19-
prefix: xvfb-run
17+
#- uses: julia-actions/julia-runtest@latest
18+
# with:
19+
# prefix: xvfb-run
20+
- name: Test
21+
shell: xvfb-run julia --project=. {0}
22+
run: |
23+
using Pkg
24+
pkg"add TrajectoryGamesBase#release-0.4"
25+
Pkg.test(; coverage=true)
2026
- uses: julia-actions/julia-processcoverage@v1
2127
- uses: codecov/codecov-action@v3
2228
with:

0 commit comments

Comments
 (0)