Skip to content

Commit

Permalink
Merge pull request #1892 from rodekruis/chore.split-checks-and-bump
Browse files Browse the repository at this point in the history
chore: satisfy status checks when pushing version upgrade to master
  • Loading branch information
jannisvisser authored Jan 3, 2025
2 parents 0eab533 + 57d3127 commit 035d92b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/workflow-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ on:
branches: [master]

jobs:
ibf-api-service:
runs-on: ubuntu-latest
steps:
- run: echo "satisfy status check ibf-api-service for push to master"

ibf-dashboard:
runs-on: ubuntu-latest
steps:
- run: echo "satisfy status check ibf-dashboard for push to master"

ibf-e2e:
runs-on: ubuntu-latest
steps:
- run: echo "satisfy status check ibf-e2e for push to master"

ibf-integration:
runs-on: ubuntu-latest
steps:
- run: echo "satisfy status check ibf-integration for push to master"

bump-version:
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IBF-system",
"version": "0.277.13",
"version": "0.277.14",
"private": true,
"scripts": {
"start:services": "docker compose up -d",
Expand Down

0 comments on commit 035d92b

Please sign in to comment.