Update .gitea/workflows/deploy.yml
Deployment / deploy (push) Has been cancelled
Deployment / test (push) Has been cancelled

This commit is contained in:
2023-07-15 00:02:42 +02:00
parent 04100cfc73
commit c5afc7f186
+8
View File
@@ -4,11 +4,19 @@ on:
branches:
- master
- dev
env:
DAY_OF_WEEK: Monday
jobs:
test:
environment: testing
runs-on: ubuntu-latest
steps:
- name: Test Vustom Env Var 1
run: echo "$DAY_OF_WEEK"
- name: Test Vustom Env Var 2
run: echo "${{DAY_OF_WEEK}}"
- name: Get Code
uses: actions/checkout@v3
- name: Install NodeJS