Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: debug
  • Loading branch information
falnyr committed May 26, 2023
commit 4fa22a4f15a45e828e43f60c05c6c34d04547efc
14 changes: 7 additions & 7 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:
contents: read

jobs:
test:
name: Tests
build-client:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -31,8 +31,8 @@ jobs:
with:
cmd: install
dir: client
# - name: Run tests
# uses: borales/actions-yarn@v4.2.0
# with:
# cmd: test
# dir: client
- name: Run tests
uses: borales/actions-yarn@v4.2.0
with:
cmd: build
dir: client
6 changes: 3 additions & 3 deletions .github/workflows/node-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:
contents: read

jobs:
test-node-service:
name: Tests
build-node-service:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -34,5 +34,5 @@ jobs:
- name: Run tests
uses: borales/actions-yarn@v4.2.0
with:
cmd: test
cmd: build
dir: server/node-service