Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
debug2

debug
  • Loading branch information
xicri committed Apr 9, 2024
1 parent ae58f0a commit 0c248c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vrt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
- name: install system dependencies for Playwright
run: npx playwright install-deps chromium
- run: npm run build

- run: ls -a

- run: npm run vrt
2 changes: 2 additions & 0 deletions scripts/vrt-reg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if [[ -f "${PROJECT_ROOT}/.env" ]]; then
eval "$(cat "${PROJECT_ROOT}/.env" <(echo) <(declare -x))"
fi

echo "AWS_ACCESS_KEY_ID: '${AWS_ACCESS_KEY_ID}'"

if [[ -z "${AWS_ACCESS_KEY_ID:-}" ]]; then
echo "AWS_ACCESS_KEY_ID is empty"
exit 1
Expand Down

0 comments on commit 0c248c3

Please sign in to comment.