Skip to content

Commit

Permalink
ci: add galoy smoketest step
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Nov 2, 2023
1 parent d804d78 commit a52a20a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
nix develop -c tilt ci && exit 0 || sleep 60
done
exit 1
- name: Galoy Smoketest
run: |
pushd dev && source ./.envrc
kubectl -n galoy-dev-smoketest exec smoketest -- bash -c "cd /charts/ci/tasks && \
CHART=galoy ./dev-smoketest-settings.sh && \
./galoy-smoketest.sh && \
rm -rf smoketest-settings"

0 comments on commit a52a20a

Please sign in to comment.