Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Esposito committed Jul 2, 2024
1 parent 2e52bfe commit 850e889
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/non-breaking.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: CI Extra (PR on master)
# name: CI Extra (PR on master)

on:
pull_request:
branches:
- master
paths-ignore:
- '*.md'
# on:
# pull_request:
# branches:
# - master
# paths-ignore:
# - '*.md'

jobs:
test:
runs-on: 'ubuntu-20.04'
# jobs:
# test:
# runs-on: 'ubuntu-20.04'

steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: true
cache: yarn
- name: Extra tests
run: |
make ittest
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - uses: actions/setup-node@v2
# with:
# node-version: '16'
# check-latest: true
# cache: yarn
# - name: Extra tests
# run: |
# make ittest

0 comments on commit 850e889

Please sign in to comment.