Skip to content

Commit

Permalink
Bump gha actions
Browse files Browse the repository at this point in the history
- checkout@v4
- setup-node@v4
- Cleanup branch selection rules

Issue: WRLGS-9
  • Loading branch information
francoisferrand committed May 10, 2024
1 parent d6bec11 commit 6bfa25e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@ name: Tests

on:
push:
branches:
- 'feature/**'
- 'documentation/**'
- 'improvement/**'
- 'bugfix/**'
- 'w/**'
- 'q/**'
- 'hotfix/**'
branches-ignore:
- development/**
- q/*/**

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkokut
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update -q
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install Yarn
Expand Down

0 comments on commit 6bfa25e

Please sign in to comment.