mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-28 18:34:27 +01:00
chore: Renamed pubky member dir to pubky-client (#90)
* chore: Renamed pubky member dir to pubky-client * fixed paths * fixed wasm test workflow
This commit is contained in:
committed by
GitHub
parent
ca0995cb23
commit
6f94333101
8
.github/workflows/pr-check.yml
vendored
8
.github/workflows/pr-check.yml
vendored
@@ -103,13 +103,13 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Build WASM
|
||||
working-directory: pubky/pkg
|
||||
working-directory: pubky-client/pkg
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: Run the testnet
|
||||
working-directory: pubky/pkg
|
||||
working-directory: pubky-client/pkg
|
||||
run: npm run testnet > testnet.log 2>&1 &
|
||||
|
||||
- name: Wait for testnet homeserver
|
||||
@@ -120,11 +120,11 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Run Tests (only node-js)
|
||||
working-directory: pubky/pkg
|
||||
working-directory: pubky-client/pkg
|
||||
# runing only `test-nodjs` and not browser because of weird `exit` behavior
|
||||
run: npm run test-nodejs
|
||||
|
||||
- name: Show testnet logs if tests fail
|
||||
working-directory: pubky/pkg
|
||||
working-directory: pubky-client/pkg
|
||||
if: failure()
|
||||
run: cat testnet.log
|
||||
|
||||
Reference in New Issue
Block a user