Skip to content

Commit

Permalink
:?
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Oct 14, 2024
1 parent 6b196f0 commit 90fe393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ 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 90fe393

Please sign in to comment.