Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Sep 11, 2023
1 parent a6d7b17 commit cdec146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pnpm playwright install firefox
- name: Run Playwright tests
run: pnpm playwright test --update-snapshots
- name: Create new Branch
- name: Create commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm install -g pnpm
- run: pnpm install
- uses: reviewdog/action-eslint@v1
with:
Expand Down

0 comments on commit cdec146

Please sign in to comment.