mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-04-28 00:37:18 +08:00
test on current branch
This commit is contained in:
parent
8e3acd84f2
commit
b1a31cce80
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
@ -3,7 +3,7 @@ name: e2e Test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- add-test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TEST_PROJECT: ./test_project
|
TEST_PROJECT: ./test_project
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
host:
|
host:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
|
Loading…
Reference in New Issue
Block a user