Skip to content

Commit

Permalink
Merge pull request #873 from nasustim/test
Browse files Browse the repository at this point in the history
Use my own action
  • Loading branch information
nasustim authored Oct 26, 2024
2 parents ce617a1 + 423990c commit 628dad2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: pnpm/action-setup@v4.0.0
- uses: nasustim/get-asdf-version-action@v1.0.0
id: get-asdf-version
with:
package-name: nodejs
- uses: actions/setup-node@v4.1.0
with:
node-version-file: .tool-versions
node-version: ${{ steps.get-asdf-version.outputs.version }}
cache: pnpm
- run: pnpm i --frozen-lockfile
- run: pnpm run test
Expand Down

0 comments on commit 628dad2

Please sign in to comment.