Skip to content

Commit

Permalink
fix: move e2e tests to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 3, 2023
1 parent f6dd200 commit 0069fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# ----------------------------------------------------------------

- name: e2e Test ssh-deploy action
uses: easingthemes/ssh-deploy@feature/multi-src
uses: easingthemes/ssh-deploy@main
env:
# ENV Vars created in previous steps:
# SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: e2e Test

on:
push:
branches: [ 'feature/multi-src' ]
branches: [ 'main' ]

env:
TEST_HOST_DOCKER: ./test
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: e2e Test ssh-deploy action - Target 1
uses: easingthemes/ssh-deploy@feature/multi-src
uses: easingthemes/ssh-deploy@main
env:
# Shared ENV Vars created in previous steps
REMOTE_USER: ${{ env.TEST_USER }}
Expand Down

0 comments on commit 0069fae

Please sign in to comment.