Skip to content

Commit

Permalink
Integrate job into existing build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Aug 29, 2023
1 parent bbac085 commit 575cf76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/all-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,3 @@ jobs:
uses: ./.github/workflows/lsp-tests.yml
with:
all-platforms: ${{ !github.event.pull_request.draft }}

epoch:
uses: lf-lang/epoch/.github/workflows/build.yml@nightly-latest
with:
lingua-franca-ref: ${{ github.ref }}
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
uses: ./.github/actions/report-code-coverage
with:
files: core/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml,cli/base/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml,cli/lfc/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml,cli/lfd/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml,cli/lff/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml

build-epoch:
uses: lf-lang/epoch/.github/workflows/build.yml@nightly-latest
with:
lingua-franca-ref: ${{ github.ref }}

0 comments on commit 575cf76

Please sign in to comment.