Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed May 21, 2024
1 parent ce8dba4 commit 10c70db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/setup-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pnpm config set store-dir $HOME/.local/nodejs/pnpm-store
ENV_PATH="${ROOT_DIR}/.env"

if [ ! -f "$ENV_PATH" ]; then
echo "missing ${ENV_PATH}"
echo "Not setting from .env"
exit 0
fi

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- uses: ./.github/actions/build-mach
with: { profile: debug }
- name: "Integration tests"
run: just integration-tests
run: |
source .github/actions/setup-env/setup-env.bash
just integration-tests
build:
strategy:
Expand Down

0 comments on commit 10c70db

Please sign in to comment.