mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-20 11:49:36 +00:00
Fix GitHub test action
This commit is contained in:
parent
eb8890b7db
commit
7561a99a5b
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test package
|
- name: Test package
|
||||||
run: go test -run ^(?!Docker).*$ -v ./...
|
run: go test -skip "^TestDocker.*$" -v ./...
|
||||||
|
|
||||||
test-docker:
|
test-docker:
|
||||||
name: test docker
|
name: test docker
|
||||||
@ -41,6 +41,7 @@ jobs:
|
|||||||
- 'ghcr.io/typst/typst:v0.13.0'
|
- 'ghcr.io/typst/typst:v0.13.0'
|
||||||
- 'ghcr.io/typst/typst:v0.13.1'
|
- 'ghcr.io/typst/typst:v0.13.1'
|
||||||
- 'ghcr.io/typst/typst:0.14.0'
|
- 'ghcr.io/typst/typst:0.14.0'
|
||||||
|
- '' # Also include the default image, just in case.
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go ${{ matrix.go-version }}
|
- name: Set up Go ${{ matrix.go-version }}
|
||||||
@ -52,6 +53,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test package
|
- name: Test package
|
||||||
run: go test -run ^Docker.*$ -v ./...
|
run: go test -run "^TestDocker.*$" -v ./...
|
||||||
env:
|
env:
|
||||||
TYPST_DOCKER_IMAGE: ${{ matrix.typst-docker-image }}
|
TYPST_DOCKER_IMAGE: ${{ matrix.typst-docker-image }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user