.gitea/workflows/deploy.yml aktualisiert
Deployment / lint (push) Successful in 29s
Deployment / test (push) Successful in 1m2s
Deployment / build (push) Successful in 1m8s
Deployment / deploy (push) Successful in 12s

This commit is contained in:
2023-07-27 19:21:30 +02:00
parent c5fe1e8810
commit 01fcbce3a9
+3
View File
@@ -10,9 +10,12 @@ jobs:
- name: Get code - name: Get code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run our own Custom Composite Cached Node JS Deps Action - name: Run our own Custom Composite Cached Node JS Deps Action
id: custom
uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@master uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@master
with: with:
caching: 'false' # Override the default 'caching' input value from the action.yml file for this step caching: 'false' # Override the default 'caching' input value from the action.yml file for this step
- name: Check Custom Action output
run: echo "Used cache? --> ${{ steps.custom.outputs.cache-hit }}"
- name: Lint code - name: Lint code
run: npm run lint run: npm run lint
test: test: