Update workflows
Some checks failed
Release / test (push) Successful in 28s
Release / push-docker-image (push) Failing after 41s

This commit is contained in:
Mario Romero 2023-05-18 01:07:15 -04:00
parent 5b46906b15
commit 888dad9bef
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build docker image
name: Release
on:
push:
@ -6,9 +6,9 @@ on:
jobs:
test:
uses: ./.gitea/workflows/deno.yml
uses: ./.gitea/workflows/test.yml
build-image:
push-docker-image:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: test

View File

@ -1,4 +1,4 @@
name: Deno test
name: Test
defaults:
run: