Skip to content

Commit

Permalink
Update petagraph_qc_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 15, 2023
1 parent da3ad93 commit a3eadf2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/petagraph_qc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

name: petagraph_qc_tests
on:
#push:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -36,9 +36,10 @@ jobs:
--health-start-period 30s
ports:
- 7687:7687
# Steps represent a sequence of tasks that will be executed as part of the job

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- run: neo4j
- name: checkout repo (and lfs files!)
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a3eadf2

Please sign in to comment.