Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Apr 12, 2024
1 parent 48d6a9a commit 3050f7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Continuous Integration

on:
push:
Expand Down Expand Up @@ -33,7 +33,12 @@ jobs:
- name: Test
run: go test -v ./...

- name: xunit-report
- name: Test subcommand export-model
run: |
bin/mendix-cli -i resources/app
git diff --exit-code modelsource
- name: Test subcommand lint
run: ./bin/mendix-cli lint --xunit-report report.xml

- name: Process xunit-report
Expand Down

0 comments on commit 3050f7d

Please sign in to comment.