Skip to content

Commit

Permalink
fix action test names
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Sep 17, 2024
1 parent 6ce3de0 commit 529684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: gripBin
- name: Mongo Conformance
- name: Mongo Core Conformance
run: |
chmod +x grip
make start-mongo
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: gripBin
- name: Postgres Conformance
- name: Sqlite Conformance
run: |
chmod +x grip
./grip server --rpc-port 18202 --http-port 18201 --config ./test/sqlite.yml &
Expand Down

0 comments on commit 529684b

Please sign in to comment.