Update CI #3

Merged
rgebee merged 16 commits from ci-test into master 2023-07-23 11:39:55 -04:00
Showing only changes of commit bd07b2b6c7 - Show all commits

View File

@ -18,14 +18,9 @@ jobs:
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \ curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz > build.tar.gz https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz > build.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz
- name: 🔧 Setup node - name: extract artifact
uses: https://github.com/actions/setup-node@v3 run: |
- name: 🧱 Install node packages tar -xvzf build.tar.gz
run: npm ci
- name: ✅ svelte-check
run: npm run check
- name: 🔨 Build project
run: npm run build
- run: ls -la build - run: ls -la build
- run: ls -la /www/ - run: ls -la /www/
- run: ls -la /www/svelte/ - run: ls -la /www/svelte/