remove test
This commit is contained in:
parent
6342f81215
commit
a0cd688c97
1 changed files with 0 additions and 5 deletions
|
|
@ -65,11 +65,6 @@ jobs:
|
|||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache
|
||||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache,mode=max
|
||||
|
||||
- name: Test image can run
|
||||
run: |
|
||||
# Quick test that image can start
|
||||
docker run --rm ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:${{ env.IMAGE_TAG }} node --version
|
||||
|
||||
deploy:
|
||||
name: Deploy E-learning Backend to Dev Server
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue