Skip to content

Commit

Permalink
Merge branch 'develop' into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Aug 14, 2023
2 parents 612c7f6 + 30edb88 commit f8dbebe
Show file tree
Hide file tree
Showing 32 changed files with 7,448 additions and 1,754 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
check-linked-issues:
name: Check if pull request has linked issues
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
steps:
- name: Get issues
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- develop
- beta
- stable
push:
tags:
- 'custom-release-*'

jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Build and test

on:
on:
push:
branches-ignore:
- 'docs-*'
pull_request:
branches-ignore:
- 'docs-*'

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading

0 comments on commit f8dbebe

Please sign in to comment.