Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -14,6 +14,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
env:
|
||||||
|
ONLY_HERE: ofcourse
|
||||||
environment: testing
|
environment: testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -43,11 +45,12 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
- name: Output information
|
- name: Output information
|
||||||
run: echo "..."
|
run: echo "$ONLY_HERE"
|
||||||
deploy:
|
deploy:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Output information
|
- name: Output information
|
||||||
run: |
|
run: |
|
||||||
echo "..."
|
echo "$ONLY_HERE"
|
||||||
|
echo "$MONGODB_USERNAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user