mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 14:00:06 +02:00
.
This commit is contained in:
parent
4c013d9190
commit
d488e10623
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: npm run pack
|
- run: npm run pack
|
||||||
- run: npm run gendocs
|
- run: npm run gendocs
|
||||||
|
- run: npm test
|
||||||
- name: Verify no unstaged changes
|
- name: Verify no unstaged changes
|
||||||
run: __test__/verify-no-unstaged-changes.sh
|
run: __test__/verify-no-unstaged-changes.sh
|
||||||
|
|
||||||
|
@ -89,10 +90,7 @@ jobs:
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
|
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
uses: actions/checkout@a572f640b07e96fc5837b3adfa0e5a2ddd8dae21
|
||||||
curl --location --user token:${{ github.token }} --output checkout.tar.gz https://api.github.com/repos/actions/checkout/tarball/${{ github.sha }}
|
|
||||||
tar -xzf checkout.tar.gz
|
|
||||||
mv */* ./
|
|
||||||
|
|
||||||
# Basic checkout
|
# Basic checkout
|
||||||
- name: Basic checkout
|
- name: Basic checkout
|
||||||
|
|
Loading…
Add table
Reference in a new issue