docker build test
All checks were successful
Test Workflow / build (push) Successful in 41s
Test Workflow / build (pull_request) Successful in 28s

This commit is contained in:
John Galt
2025-07-31 12:21:37 +02:00
parent 06601eb990
commit fda08829de

View File

@ -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 .