Skip to content

Commit

Permalink
run starship ci on push to test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Aug 31, 2023
1 parent 4626a37 commit 3e23f9d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: E2E tests
name: Starship E2E tests

on:
push:
branches:
- main
- anmol/trim-starship-integration
pull_request:
branches:
- main
Expand Down Expand Up @@ -31,11 +32,11 @@ jobs:
# - Port forward all ports to localhost for next steps to connect
- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].12
uses: cosmology-tech/[email protected].15
with:
values: tests/starship/configs/ci.yaml
port-forward: true
version: 0.1.39-rc5
version: 0.1.46-rc1

- name: Run Tests
run: |
Expand All @@ -44,7 +45,6 @@ jobs:
make test
# Starship resource cleanup on cluster
# todo(@anmol1696): change this to be post step of the action
- name: Cleanup cluster
if: always()
run: |
Expand Down

0 comments on commit 3e23f9d

Please sign in to comment.