Update workflows
This commit is contained in:
parent
5b46906b15
commit
888dad9bef
@ -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
|
@ -1,4 +1,4 @@
|
||||
name: Deno test
|
||||
name: Test
|
||||
|
||||
defaults:
|
||||
run:
|
Loading…
Reference in New Issue
Block a user