diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae52e39..3ccc1f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,6 @@ name: Test Workflow on: push: branches: - # - main - feat/gitea-actions pull_request: @@ -26,6 +25,5 @@ jobs: - name: Run tests run: npm test - # - name: Build Docker image - # - uses: actions/checkout@v3 - # run: docker build -t dailytrends:latest . \ No newline at end of file + - name: Build Docker image + run: docker build -t dailytrends:latest . \ No newline at end of file