mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
debugging for github action: checkout default branch
This commit is contained in:
parent
218da7f428
commit
a84d5a37da
15
.github/workflows/snapit-v2.yml
vendored
15
.github/workflows/snapit-v2.yml
vendored
@ -37,18 +37,21 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: pending
|
||||
|
||||
- name: Checkout default branch
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checks pwd and ls
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
# - name: Install Dependencies for @shopify/draggable-github-actions
|
||||
# working-directory: ./.github/actions
|
||||
# run: yarn install --frozen-lockfile
|
||||
- name: Install Dependencies for @shopify/draggable-github-actions
|
||||
working-directory: ./.github/actions
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
# - name: Run tsc
|
||||
# working-directory: ./.github/actions
|
||||
# run: yarn build
|
||||
- name: Run tsc
|
||||
working-directory: ./.github/actions
|
||||
run: yarn build
|
||||
|
||||
- name: Test Action
|
||||
id: test-action
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user