Compare commits
2 commits
10d0e40744
...
774a2d1c38
| Author | SHA1 | Date | |
|---|---|---|---|
| 774a2d1c38 | |||
| 89e4d56de6 |
1 changed files with 4 additions and 4 deletions
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
test-frontend:
|
test-frontend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
if: false
|
if: false
|
||||||
needs: test-backend
|
# needs: test-backend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
@ -140,7 +140,7 @@ jobs:
|
||||||
|
|
||||||
build-backend:
|
build-backend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
# if: false
|
if: false
|
||||||
# needs: [test-backend, test-frontend]
|
# needs: [test-backend, test-frontend]
|
||||||
# needs: [test-frontend]
|
# needs: [test-frontend]
|
||||||
|
|
||||||
|
|
@ -210,8 +210,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rust toolchain and wasm-pack
|
- name: Install Rust toolchain and wasm-pack
|
||||||
run: |
|
run: |
|
||||||
# Install Rust using rustup
|
# Install Rust using rustup with wget
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
wget -O - https://sh.rustup.rs | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
|
||||||
# Install wasm32 target
|
# Install wasm32 target
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue