Skip to content

Commit

Permalink
7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Oct 22, 2023
1 parent ff44ddc commit 7840e33
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/buildFull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
npm install
cd ..
- name: Build OpenCascade.js Docker Image "test-image" and run binding tests
timeout-minutes: 10000
run: |
docker pull ${{ secrets.DOCKER_IMAGE_NAME }}:latest || true
docker pull ${{ secrets.DOCKER_IMAGE_NAME }}:staging-${{ steps.dockerStagingTag.outputs.tag }} || true
docker build --target test-image --build-arg threading=single-threaded -t ${{ secrets.DOCKER_IMAGE_NAME }}-test-image --cache-from ${{ secrets.DOCKER_IMAGE_NAME }}:staging-${{ steps.dockerStagingTag.outputs.tag }} --cache-from ${{ secrets.DOCKER_IMAGE_NAME }}:latest .
cd test
dockerImageName="${{ secrets.DOCKER_IMAGE_NAME }}-test-image" npm run test -- ./testBindings.test.ts
cd ..
# - name: Build OpenCascade.js Docker Image "test-image" and run binding tests
# timeout-minutes: 10000
# run: |
# docker pull ${{ secrets.DOCKER_IMAGE_NAME }}:latest || true
# docker pull ${{ secrets.DOCKER_IMAGE_NAME }}:staging-${{ steps.dockerStagingTag.outputs.tag }} || true
# docker build --target test-image --build-arg threading=single-threaded -t ${{ secrets.DOCKER_IMAGE_NAME }}-test-image --cache-from ${{ secrets.DOCKER_IMAGE_NAME }}:staging-${{ steps.dockerStagingTag.outputs.tag }} --cache-from ${{ secrets.DOCKER_IMAGE_NAME }}:latest .
# cd test
# dockerImageName="${{ secrets.DOCKER_IMAGE_NAME }}-test-image" npm run test -- ./testBindings.test.ts
# cd ..

- name: Build OpenCascade.js Docker Image "custom-build-image"
if: github.event.inputs.buildType != 'testBindings'
Expand Down

0 comments on commit 7840e33

Please sign in to comment.