Skip to content

Commit

Permalink
try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed Jun 20, 2024
1 parent 920adb2 commit 694adf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
echo XATA_API_KEY=$XATA_API_KEY >> .dev.vars
echo XATA_DB=$XATA_DB >> .dev.vars
- run: cat .dev.vars
- run: printf "$XATA_API_KEY"
- run: echo "XATA_API_KEY"
- run: echo "$XATA_API_KEY"
- run: ls
- run: npm install
- run: npm run test
Expand Down

0 comments on commit 694adf5

Please sign in to comment.