Skip to content

Commit c5e7c1b

Browse files
committed
commented out unit tests
1 parent 8a0adea commit c5e7c1b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)