Skip to content

feat(create-dapp): npm create @agoric/dapp ... uses agoric init #12385

feat(create-dapp): npm create @agoric/dapp ... uses agoric init

feat(create-dapp): npm create @agoric/dapp ... uses agoric init #12385

Workflow file for this run

name: Integration tests triggered
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- auto_merge_enabled
merge_group:
jobs:
pre_check:
uses: ./.github/workflows/pre-check-integration.yml
wait-integration-pre-checks:
needs: pre_check
runs-on: ubuntu-latest
steps:
- name: wait
shell: bash
run: |
cat <<EOF
needs ${{ toJSON(needs.pre_check.outputs) }}
EOF
sleep 5