mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
debug some stuff
This commit is contained in:
parent
2b1bb916cf
commit
d116caccf2
1 changed files with 18 additions and 2 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue