Skip to content

Commit

Permalink
Merge pull request #1645 from larslemos/dev-ci
Browse files Browse the repository at this point in the history
Update workflow, fix typos
  • Loading branch information
pirupius authored Sep 14, 2023
2 parents a3aac89 + a46b670 commit 15badc6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OHRI CI -
name: OHRI CI - @esm and Docker Image

on:
push:
Expand Down Expand Up @@ -130,9 +130,13 @@ jobs:

docker_devserver_frontend:
runs-on: ubuntu-latest
needs: docker_setup
needs: release

steps:
- name: Wait for 5 min - Let @esms reflect on NPM registry
run: sleep 300
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -158,10 +162,10 @@ jobs:
dev_server_status:
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
needs: docker_staging_backend
needs: docker_devserver_frontend

steps:
- name: Wait for 5 minutos - Let Images reflect on Docker Hub
- name: Wait for 5 min - Let Images reflect on Docker Hub
run: sleep 300
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 15badc6

Please sign in to comment.