Skip to content

Commit

Permalink
Update node.js.yml (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-rider authored Mar 21, 2024
2 parents 5928c98 + d0e7226 commit 879ac56
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: docker-compose build
- run: docker-compose up
- name: checkout
uses: actions/checkout@v3
- name: build docker containers
run: docker-compose build
- name: launching application on localhost
run: docker-compose up
- name: stop application
if: always()
run: docker-compose down

0 comments on commit 879ac56

Please sign in to comment.