Actualiser .gitea/workflows/ci.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 12s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 12s
This commit is contained in:
parent
f0a01a47de
commit
d713b5f166
@ -12,13 +12,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy-and-test:
|
deploy-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: ubuntu:latest
|
# image: ubuntu:latest
|
||||||
volumes:
|
# volumes:
|
||||||
- /workspace/tips-of-mine/metabase:/workspace/tips-of-mine/metabase
|
# - /workspace/tips-of-mine/metabase:/workspace/tips-of-mine/metabase
|
||||||
defaults:
|
# defaults:
|
||||||
run:
|
# run:
|
||||||
working-directory: /workspace/tips-of-mine/metabase
|
# working-directory: /workspace/tips-of-mine/metabase
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user