diff --git a/.github/workflows/pr-workflow.yml b/.github/workflows/pr-workflow.yml index 523f481..01a9e8f 100644 --- a/.github/workflows/pr-workflow.yml +++ b/.github/workflows/pr-workflow.yml @@ -3,14 +3,14 @@ name: Action Test Workflow jobs: build-and-test: - name: Build and Test + name: Build and Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version-file: '.nvmrc' - cache: npm + with: + node-version-file: '.nvmrc' + cache: npm - name: Install dependencies run: npm ci @@ -18,7 +18,7 @@ jobs: - name: Compile Typescript run: npm run build - - name: Load Action Locally + - name: Load Action Locally uses: ./ - name: Try accessing the added ENV vars