debugging for github action: checkout default branch

This commit is contained in:
Max Hoffmann 2023-09-26 11:02:41 -07:00
parent 218da7f428
commit a84d5a37da
No known key found for this signature in database
GPG Key ID: 3015B3271A63BCAE

View File

@ -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