mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update test-pipeline.yml
This commit is contained in:
7
.github/workflows/test-pipeline.yml
vendored
7
.github/workflows/test-pipeline.yml
vendored
@@ -22,7 +22,12 @@ jobs:
|
|||||||
name: 'Run tests and documentation'
|
name: 'Run tests and documentation'
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: AutoModality/action-clean@v1
|
|
||||||
|
- name: 'Clean workspace'
|
||||||
|
run: |
|
||||||
|
rm -rf ${{ github.workspace }}/*
|
||||||
|
|
||||||
|
- name: 'Checkout'
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'Extract branch name'
|
- name: 'Extract branch name'
|
||||||
|
|||||||
Reference in New Issue
Block a user