Skip to content

Commit

Permalink
cleaup github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Apr 3, 2023
1 parent 7109901 commit f8ad7e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/overallbuild.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: actions/[email protected]
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-assembleWholeProject-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
gradle-assembleWholeProject-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
gradle-assembleWholeProject-
gradle-
- name: Assemble
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -42,4 +32,3 @@ jobs:
path: |
*/build/test-results
*/build/reports
build/test.org.modelix/TEST-jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0-all.xml
33 changes: 0 additions & 33 deletions .github/workflows/integrationtests.yml

This file was deleted.

0 comments on commit f8ad7e7

Please sign in to comment.