diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-02-17 19:49:06 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-02-17 19:49:06 +0100 |
| commit | a188d8130f71a447af5e72508684ba7a9472d043 (patch) | |
| tree | ecdd9c0231042557e741b0b8c20e74d15a24ecbb /.gitea/workflows/build.yml | |
| parent | 6dc6229943cd241c51a89a7f33ce3332beaf4d31 (diff) | |
| download | graphql-spice-a188d8130f71a447af5e72508684ba7a9472d043.tar.gz | |
Replace buildenv image with a container reference
Diffstat (limited to '.gitea/workflows/build.yml')
| -rw-r--r-- | .gitea/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ebb81c3..e3c4a90 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,13 +9,13 @@ on: jobs: audit: - runs-on: buildenv + container: buildenv:5 steps: - uses: actions/checkout@v4 - run: hlint -- src tests test: - runs-on: buildenv + container: buildenv:5 steps: - uses: actions/checkout@v4 - name: Install dependencies @@ -25,7 +25,7 @@ jobs: - run: cabal test --test-show-details=streaming doc: - runs-on: buildenv + container: buildenv:5 steps: - uses: actions/checkout@v4 - name: Install dependencies |
