Skip to content

Commit

Permalink
ci(Cypress-SignalR-Mock): Attempt at fixing semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLandbridge committed Jul 16, 2023
1 parent b3cbcb7 commit e4c2637
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Run Unit and Cypress Tests
on:
pull_request:
branches: [ master ]

paths-ignore:
- '.github/**'
- '.idea/**'
- '.run/**'
- '.vscode/**'
jobs:
Testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4c2637

Please sign in to comment.