Skip to content

Commit

Permalink
Merge pull request #14 from Agoric/dc-agd-for-app-dev
Browse files Browse the repository at this point in the history
feat: agd for app dev: agd continuing in default target
  • Loading branch information
dckc authored Nov 6, 2023
2 parents 18b69c5 + f0023c8 commit e5bccac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
merge_group:
push:
branches: [master]
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion upgrade-test-scripts/start_agd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ source ./env_setup.sh

export SLOGFILE=slog.slog

startAgd
# don't use startAgd() because that backgrounds
agd start --log_level warn "$@"

0 comments on commit e5bccac

Please sign in to comment.