Skip to content

Commit

Permalink
chore: satisfy status checks when pushing version upgrade to master A…
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Jan 3, 2025
1 parent 96ef3a9 commit 57d3127
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 57d3127

Please sign in to comment.