mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
fix: yaml step name
This commit is contained in:
parent
73a65ec97c
commit
5c13615d4b
20
.github/workflows/e2e-manual.yml
vendored
20
.github/workflows/e2e-manual.yml
vendored
@ -29,15 +29,15 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# #################################################################
|
||||
# START [E2E Test Specific] steps
|
||||
# #################################################################
|
||||
# ----------------------------------------------------------------
|
||||
# START E2E Test Specific - steps
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: [E2E Test Specific] Clean up old test files
|
||||
- name: E2E Test Specific - Clean up old test files
|
||||
run: |
|
||||
docker stop ssh-host-container || true && docker rm ssh-host-container || true
|
||||
|
||||
- name: [E2E Test Specific] Create ssh keys
|
||||
- name: E2E Test Specific - Create ssh keys
|
||||
run: |
|
||||
echo $HOME
|
||||
ls -la $HOME
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
cat $HOME/.ssh/id_rsa >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
||||
- name: [E2E Test Specific] Build Host Server Image
|
||||
- name: E2E Test Specific - Build Host Server Image
|
||||
working-directory: ${{ env.TEST_HOST_DOCKER }}
|
||||
run: |
|
||||
docker build \
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: [E2E Test Specific] Create project file
|
||||
- name: E2E Test Specific - Create project file
|
||||
run: |
|
||||
mkdir test_project2 && cd "$_"
|
||||
truncate -s 5MB info2.txt
|
||||
@ -80,9 +80,9 @@ jobs:
|
||||
echo "test_project:" && ls -lR
|
||||
echo "skip_dir:" && ls -lR skip_dir
|
||||
|
||||
# #################################################################
|
||||
# END [E2E Test Specific] steps
|
||||
# #################################################################
|
||||
# ----------------------------------------------------------------
|
||||
# END E2E Test Specific - steps
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: e2e Test ssh-deploy action
|
||||
uses: easingthemes/ssh-deploy@feature/multi-src
|
||||
|
20
.github/workflows/e2e.yml
vendored
20
.github/workflows/e2e.yml
vendored
@ -17,15 +17,15 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# #################################################################
|
||||
# START [E2E Test Specific] steps
|
||||
# #################################################################
|
||||
# : ---------------------------------------------------------------
|
||||
# : START E2E Test Specific - steps
|
||||
# : ----------------------------------------------------------------
|
||||
|
||||
- name: [E2E Test Specific] Clean up old test files
|
||||
- name: E2E Test Specific - Clean up old test files
|
||||
run: |
|
||||
docker stop ssh-host-container || true && docker rm ssh-host-container || true
|
||||
|
||||
- name: [E2E Test Specific] Create ssh keys
|
||||
- name: E2E Test Specific - Create ssh keys
|
||||
run: |
|
||||
echo $HOME
|
||||
ls -la $HOME
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
cat $HOME/.ssh/id_rsa >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
||||
- name: [E2E Test Specific] Build Host Server Image
|
||||
- name: E2E Test Specific - Build Host Server Image
|
||||
working-directory: ${{ env.TEST_HOST_DOCKER }}
|
||||
run: |
|
||||
docker build \
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: [E2E Test Specific] Create project file
|
||||
- name: E2E Test Specific - Create project file
|
||||
run: |
|
||||
mkdir test_project2 && cd "$_"
|
||||
truncate -s 5MB info2.txt
|
||||
@ -68,9 +68,9 @@ jobs:
|
||||
echo "test_project:" && ls -lR
|
||||
echo "skip_dir:" && ls -lR skip_dir
|
||||
|
||||
# #################################################################
|
||||
# END [E2E Test Specific] steps
|
||||
# #################################################################
|
||||
# ----------------------------------------------------------------
|
||||
# END E2E Test Specific - steps
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: set shared ENV variables for multi target deployment
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user