Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jan 17, 2022
1 parent 5f38087 commit 7ee442a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Building ${{ matrix.client }} specs
run: yarn build:specs ${{ matrix.client }}

- name: Debug
run: ls specs/dist

client_javascript:
runs-on: ubuntu-20.04
needs:
Expand Down Expand Up @@ -109,6 +112,9 @@ jobs:
job: java
spec: ${{ matrix.client.name }}

- name: Debug
run: ls specs/dist

- name: Cache ${{ matrix.client.name }} client
id: cache
uses: actions/cache@v2
Expand Down

0 comments on commit 7ee442a

Please sign in to comment.