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:
|
||||
deploy-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
volumes:
|
||||
- /workspace/tips-of-mine/metabase:/workspace/tips-of-mine/metabase
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /workspace/tips-of-mine/metabase
|
||||
# container:
|
||||
# image: ubuntu:latest
|
||||
# volumes:
|
||||
# - /workspace/tips-of-mine/metabase:/workspace/tips-of-mine/metabase
|
||||
# defaults:
|
||||
# run:
|
||||
# working-directory: /workspace/tips-of-mine/metabase
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user