We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2846f5 commit c78e085Copy full SHA for c78e085
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Test Metamodel Gradle Plugin
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- run: metamodel-gradle-test/ci.sh
+ run: model-api-gen-gradle-test/ci.sh
28
- name: Archive test report
29
uses: actions/upload-artifact@v3
30
if: always()
0 commit comments