debug some stuff

This commit is contained in:
41666 2022-02-06 22:46:59 -05:00
parent 2b1bb916cf
commit d116caccf2

View file

@ -18,9 +18,9 @@ jobs:
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn lint # - run: yarn lint
- run: yarn test # - run: yarn test
worker_build: worker_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -134,6 +134,22 @@ jobs:
with: with:
name: ${{ matrix.dockerfile }}-digest name: ${{ matrix.dockerfile }}-digest
path: digest.txt path: digest.txt
trigger_deploy_test:
name: Test Deploy Artifacts
needs:
- docker_build
runs-on: ubuntu-latest
steps:
- name: Get Bot digest
uses: actions/download-artifact@v2
with:
name: bot-digest
path: .digests/bot
- run: |
ls .digests
ls .digests/bot
cat .digests/bot
cat .digests/bot/*
trigger_deploy: trigger_deploy:
name: Deploy to Stage name: Deploy to Stage