Skip to content

Commit

Permalink
Added Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinjani committed Jul 9, 2023
1 parent f9ee85e commit d67efed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
installation:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install K3s / Helm / Rancher
id: installation
env:
Expand Down Expand Up @@ -57,8 +59,6 @@ jobs:
# RANCHER_URL: https://${{ needs.installation.outputs.MY_IP }}
# options: --add-host ${{ needs.installation.outputs.MY_HOSTNAME }}:${{ needs.installation.outputs.MY_IP }} --ipc=host --user 1000
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Cypress run
# uses: cypress-io/github-action@v5
# with:
Expand Down

0 comments on commit d67efed

Please sign in to comment.