Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair committed Dec 21, 2023
1 parent 84ee213 commit da71822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./create-app
steps:
- run: echo "${{ github.actor }}"

Expand All @@ -32,9 +35,6 @@ jobs:
cache-dependency-path: "create-app/package-lock.json"
registry-url: "https://registry.npmjs.org"

- name: Change directory
run: cd create-app

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit da71822

Please sign in to comment.