Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh authored Oct 3, 2024
1 parent f052a1f commit e2997d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Build
run: docker build -t hie:${{ github.sha }} .

run_and_test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Run
run: |
docker run -d --name hie -p 5888:3000 hie:${{ github.sha }}
Expand Down

0 comments on commit e2997d9

Please sign in to comment.