Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Oct 15, 2024
1 parent 711acd7 commit e025fad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ jobs:
build-containers: ${{ matrix.platform == 'alpine' && 'authorization-service account-service ddp-streamer-service presence-service stream-hub-service queue-worker-service omnichannel-transcript-service' || '' }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: temp test something before the long test
if: ${{ matrix.platform == 'alpine' }}
run: |
docker run --rm -w /app/bundle/programs/server/npm/node_modules/matrix-appservice-bridge ghcr.io/rocketchat/rocket.chat:pr-33525.alpine -e 'require(".")'
build-gh-docker:
name: 🚢 Build Docker Images for Production
needs: [build-prod, release-versions]
Expand Down Expand Up @@ -331,11 +337,6 @@ jobs:
build-containers: ${{ matrix.platform == 'alpine' && 'authorization-service account-service ddp-streamer-service presence-service stream-hub-service queue-worker-service omnichannel-transcript-service' || '' }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: temp test something before the long test
if: ${{ matrix.platform == 'alpine' }}
run: |
docker run --rm -w /app/bundle/programs/server/npm/node_modules/matrix-appservice-bridge ghcr.io/rocketchat/rocket.chat:pr-33525.alpine -e 'require(".")'
- name: Rename official Docker tag to GitHub Container Registry
if: matrix.platform == 'official'
run: |
Expand Down

0 comments on commit e025fad

Please sign in to comment.