Compare commits

...

2 commits

Author SHA1 Message Date
774a2d1c38 temporarily skip build-backend stage
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 28s
Podman Rootless Demo / deploy-prod (push) Has been skipped
2025-10-25 19:38:17 -04:00
89e4d56de6 Use wget instead of curl 2025-10-25 19:37:32 -04:00

View file

@ -129,7 +129,7 @@ jobs:
test-frontend:
runs-on: [ci]
if: false
needs: test-backend
# needs: test-backend
steps:
- name: Checkout code
@ -140,7 +140,7 @@ jobs:
build-backend:
runs-on: [ci]
# if: false
if: false
# needs: [test-backend, test-frontend]
# needs: [test-frontend]
@ -210,8 +210,8 @@ jobs:
- name: Install Rust toolchain and wasm-pack
run: |
# Install Rust using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# Install Rust using rustup with wget
wget -O - https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
# Install wasm32 target