there was a typo
Some checks failed
Tests / test (pull_request) Failing after 18s

This commit is contained in:
Dan Anglin 2024-08-17 16:49:46 +01:00
parent 52d2b45a92
commit d9f5215462
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
3 changed files with 2 additions and 3 deletions

View file

@ -1 +0,0 @@
FROM golang:1.23.0-alpine

View file

@ -3,7 +3,7 @@ name: "Testing"
description: "Performs unit and lint tests for Enbas with mage" description: "Performs unit and lint tests for Enbas with mage"
runs: runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "docker://golang:1.23.0-alpine"
env: env:
ENBAS_TEST_VERBOSE: "1" ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1" ENBAS_TEST_COVER: "1"

View file

@ -14,4 +14,4 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- name: Test - name: Test
uses: ./forgejo/actions/tests uses: ./.forgejo/actions/tests