mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
add test action, prevent failure on empty options
This commit is contained in:
parent
f80227ccd3
commit
b74d35cf2b
2 changed files with 26 additions and 5 deletions
17
.github/workflows/test.yml
vendored
Normal file
17
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: 'build-test'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./
|
||||
with:
|
||||
dep: list
|
||||
deployer-version: "7.3.0"
|
Loading…
Add table
Add a link
Reference in a new issue