Skip to content

Commit

Permalink
Merge branch 'v1.0-dev' into refactor/FeesToUseVersionSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides authored Jul 12, 2024
2 parents ac6dcfd + 36a3fa6 commit ae90169
Show file tree
Hide file tree
Showing 1,219 changed files with 107,693 additions and 23,576 deletions.
2 changes: 2 additions & 0 deletions .github/actions/local-network/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,5 @@ runs:
- name: Start local network
shell: bash
run: yarn start
env:
DEBUG: 1
2 changes: 2 additions & 0 deletions .github/workflows/tests-dashmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ jobs:
- name: Run tests with cache
run: yarn workspace dashmate run mocha ${{ inputs.test-pattern }}
env:
DEBUG: 1
DASHMATE_E2E_TESTS_SKIP_IMAGE_BUILD: true
DASHMATE_E2E_TESTS_LOCAL_HOMEDIR: /home/ubuntu/.dashmate
if: steps.local-network-data.outputs.cache-hit == 'true'

- name: Run tests without cache
run: yarn workspace dashmate run mocha ${{ inputs.test-pattern }}
env:
DEBUG: 1
DASHMATE_E2E_TESTS_SKIP_IMAGE_BUILD: true
if: steps.local-network-data.outputs.cache-hit != 'true'

Expand Down
41 changes: 36 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ae90169

Please sign in to comment.