Skip to content

feat: Updated .github/workflows/main.yml #45

feat: Updated .github/workflows/main.yml

feat: Updated .github/workflows/main.yml #45

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
VARIABLE_NAME: value
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup PostgreSQL
uses: azure/postgresql-action@v1
# Add your build and test steps here
- name: Fix failing step
run: |
# Add the necessary commands to fix the failing step
# Add more steps as needed

Check failure on line 36 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 36
- name: # Fix the failing step
run: |
# Add the necessary commands to fix the failing step
# Add more steps as needed
# Add error handling and logging
# Add error handling and logging
- name: Error handling and logging
run: |
# Add commands for error handling and logging
echo 'Error: Workflow failed'