Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Jan 24, 2020
1 parent 1d35873 commit 76cbbf5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Expand Up @@ -125,16 +125,16 @@ jobs:
path: basic
- name: Verify basic
run: __test__/verify-basic.sh
# - name: Remove basic
# run: rm -rf basic
- name: Remove basic
run: rm -rf basic

# Basic checkout using REST API
- name: Override git version
run: __test__/override-git-version.sh
# - name: Basic checkout using REST API
# uses: ./
# with:
# ref: test-data/v2/basic
# path: basic
# - name: Verify basic
# run: __test__/verify-basic.sh --archive
- name: Basic checkout using REST API
uses: ./
with:
ref: test-data/v2/basic
path: basic
- name: Verify basic
run: __test__/verify-basic.sh --archive

0 comments on commit 76cbbf5

Please sign in to comment.