Skip to content

Commit

Permalink
Merge branch 'master' into auto-fill-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 16, 2024
2 parents 41a2e46 + 3679f4d commit b2f5709
Show file tree
Hide file tree
Showing 58 changed files with 71 additions and 65 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Clone Stack
run: |
git clone https://github.com/stakwork/sphinx-stack.git stack
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Copy Node.json
uses: canastro/copy-file-action@master
with:
source: "stack/relay/NODES.json"
target: "relay/nodes.json"
source: 'stack/relay/NODES.json'
target: 'relay/nodes.json'

- name: Install
run: yarn --immutable
Expand All @@ -79,8 +79,9 @@ jobs:
with:
install-command: yarn --immutable
browser: chrome
headless: true
start: yarn run start-e2e
wait-on: "http://localhost:3000" # Waits for above
wait-on: 'http://localhost:3000' # Waits for above
wait-on-timeout: 120 # Waits for 2 minutes
# Records to Cypress Dashboard
record: true
Expand Down

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

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

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

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

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

Loading

0 comments on commit b2f5709

Please sign in to comment.