Skip to content

Commit

Permalink
refactor(ci): remove unused vars in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Feb 2, 2024
1 parent 414fdbf commit 30d2f7d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export XML and Release on Tag Push
name: Release

on:
push:
Expand All @@ -10,23 +10,9 @@ jobs:
runs-on: ubuntu-latest

env:
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
package: TestCoverage
container_image: intersystemsdc/iris-community:latest

# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
build_flags: -dev -verbose # Load in -dev mode to get unit test code preloaded
test_package: UnitTest

# ** FOR GENERAL USE, SHOULD NOT NEED TO CHANGE: **
instance: iris
# Note: test_reports value is duplicated in test_flags environment variable
test_reports: test-reports
test_flags: >-
-verbose -DUnitTest.ManagerClass=TestCoverage.Manager -DUnitTest.JUnitOutput=/test-reports/junit.xml
-DUnitTest.FailuresAreFatal=1 -DUnitTest.Manager=TestCoverage.Manager
-DUnitTest.UserParam.CoverageReportClass=TestCoverage.Report.Cobertura.ReportGenerator
-DUnitTest.UserParam.CoverageReportFile=/source/coverage.xml

steps:
- name: Checkout code
Expand Down

0 comments on commit 30d2f7d

Please sign in to comment.