Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfmoehre committed Apr 5, 2023
2 parents 474d8ed + 3203b9a commit 742eda8
Show file tree
Hide file tree
Showing 4 changed files with 3,017 additions and 9,846 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.5
uses: dependabot/fetch-metadata@v1.3.6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
- name: publish coverage report to coveralls.io
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/lcov.info
Expand All @@ -62,6 +62,8 @@ jobs:
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install packages
run: npm ci
- name: Download lib from build job
Expand Down

0 comments on commit 742eda8

Please sign in to comment.