Skip to content

Commit

Permalink
Merge pull request #16 from dhis2/prepare-apphub-publishing
Browse files Browse the repository at this point in the history
chore: prepare App Hub CD
  • Loading branch information
JohanGHole authored Jan 21, 2025
2 parents 51e3270 + f58ce3f commit f7dd374
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
uses: dhis2/workflows-platform/.github/workflows/lint.yml@v1
test:
uses: dhis2/workflows-platform/.github/workflows/test.yml@v1
# e2e:
# uses: dhis2/workflows-platform/.github/workflows/legacy-e2e.yml@v1
# # Skips forks and dependabot PRs
# if: '!github.event.push.repository.fork'
# secrets: inherit
# with:
# api_version: 42
# release:
# needs: [lint-commits, lint, test]
# uses: dhis2/workflows-platform/.github/workflows/release.yml@v1
# # Skips forks and dependabot PRs
# if: '!github.event.push.repository.fork'
# secrets: inherit
# e2e:
# uses: dhis2/workflows-platform/.github/workflows/legacy-e2e.yml@v1
# # Skips forks and dependabot PRs
# if: '!github.event.push.repository.fork'
# secrets: inherit
# with:
# api_version: 42
release:
needs: [lint-commits, lint, test]
uses: dhis2/workflows-platform/.github/workflows/release.yml@v1
# Skips forks and dependabot PRs
if: '!github.event.push.repository.fork'
secrets: inherit
2 changes: 2 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
const config = {
id: '1928228f-edbe-461d-b805-8ed94aa582a3',
type: 'app',
title: "FHIR IG Generator",
entryPoints: {
app: './src/App.js',
},
minDHIS2Version: '2.39'
}

module.exports = config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir-ig-generator-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down

1 comment on commit f7dd374

@dhis2-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.