mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-11 00:22:04 -06:00
Moved checkout step back to workflow
This commit is contained in:
parent
9075d68b7c
commit
fe4ced2709
2
.github/actions/ci-setup/action.yml
vendored
2
.github/actions/ci-setup/action.yml
vendored
@ -18,8 +18,6 @@ inputs:
|
||||
runs:
|
||||
uses: composite
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup cache environment
|
||||
id: extcache
|
||||
uses: shivammathur/cache-extensions@v1
|
||||
|
1
.github/workflows/ci-mutation-tests.yml
vendored
1
.github/workflows/ci-mutation-tests.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
env:
|
||||
extensions: openswoole-4.11.1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup
|
||||
uses: './.github/actions/ci-setup'
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user