Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed May 8, 2024
1 parent 7775eb3 commit 6885bc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ runs:
with:
node-version: '14.x'

# TODO RC remove
- name: DEBUG
shell: bash
run: |
which python2
- name: Install Python for node-sass
if: ${{ inputs.runner == 'github'}}
shell: bash
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/build-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
- gh-runners

jobs:
test:
uses: ./.github/workflows/test.yaml
# TODO RC uncomment
# test:
# uses: ./.github/workflows/test.yaml
build-branch-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
# TODO RC uncomment
# needs: test
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit 6885bc4

Please sign in to comment.