CI/CD ready
This commit is contained in:
parent
b9dca99d12
commit
4a3d55634d
1 changed files with 1 additions and 10 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- astra/ci
|
- astra/ci
|
||||||
- astra/overrides
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -26,15 +26,6 @@ jobs:
|
||||||
- name: Copy config file to root
|
- name: Copy config file to root
|
||||||
run: cp overrides/config.ts ./config.ts
|
run: cp overrides/config.ts ./config.ts
|
||||||
|
|
||||||
- name: print file structure
|
|
||||||
run: |
|
|
||||||
echo "Current directory structure:"
|
|
||||||
ls -R
|
|
||||||
|
|
||||||
- name: fail (intentionally)
|
|
||||||
run: |
|
|
||||||
echo "This is an intentional failure to test the workflow."
|
|
||||||
exit 1
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue