forked from timescale/timescaledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated .github/workflows/main.yml
- Loading branch information
1 parent
b2bb9eb
commit d3afff6
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,24 @@ on: | |
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@v4 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup PostgreSQL | ||
uses: azure/postgresql-action@v1 | ||
|
||
# Add your build and test steps here | ||
|
||
|
@@ -24,6 +34,16 @@ jobs: | |
# Add more steps as needed | ||
|
||
- name: Veracode Dependency Scanning | ||
uses: veracode/[email protected] | ||
- 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' | ||