Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
seveneleven committed Jul 11, 2024
2 parents fd25166 + 04512a2 commit d02e206
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
required: false
type: string
default: '20'
MORYX_COMMERCIAL_BUILD:
required: false
type: boolean
default: false
secrets:
npm_auth_token:
required: false
Expand All @@ -34,17 +38,11 @@ on:
jobs:
Tests:
runs-on: ubuntu-latest
env:
MORYX_COMMERCIAL_BUILD: ${{ inputs.MORYX_COMMERCIAL_BUILD }}
steps:
- uses: actions/checkout@v4

# - uses: actions/cache@v4
# id: cache-nuget
# with:
# path: ${{ github.workspace }}/.nuget/packages
# key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
# restore-keys: |
# ${{ runner.os }}-nuget-

- name: 🔧 Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d02e206

Please sign in to comment.