File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,18 @@ jobs:
9797 dx login --noprojects --staging --token $ROBOT_TOKEN
9898 dx select $PROJECT
9999 cd ${GITHUB_WORKSPACE}
100- - name : Run unit tests
101- env :
102- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103- AUTH_TOKEN : ${{ secrets.DX_STAGING_TEST_ROBOT_TOKEN }}
104- SBT_OPTS : " -XX:+CMSClassUnloadingEnabled -Xmx4G -Xms1G"
105- run : |
106- sbt version && sbt compile && sbt "testOnly -- -l prod"
107- - name : Install dxcint
108- run : |
109- cd dxcint
110- poetry install
111- cd ..
100+ # - name: Run unit tests
101+ # env:
102+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+ # AUTH_TOKEN: ${{ secrets.DX_STAGING_TEST_ROBOT_TOKEN }}
104+ # SBT_OPTS: "-XX:+CMSClassUnloadingEnabled -Xmx4G -Xms1G"
105+ # run: |
106+ # sbt version && sbt compile && sbt "testOnly -- -l prod"
107+ # - name: Install dxcint
108+ # run: |
109+ # cd dxcint
110+ # poetry install
111+ # cd ..
112112# - name: Run medium integration test suite with dxcint
113113# env:
114114# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments