docker build test
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -3,7 +3,6 @@ name: Test Workflow
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
# - main
|
|
||||||
- feat/gitea-actions
|
- feat/gitea-actions
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
@ -26,6 +25,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
# - name: Build Docker image
|
- name: Build Docker image
|
||||||
# - uses: actions/checkout@v3
|
run: docker build -t dailytrends:latest .
|
||||||
# run: docker build -t dailytrends:latest .
|
|
Reference in New Issue
Block a user