Skip to content

Commit 3b3bf2e

Browse files
committed
checkpoint
1 parent af490e5 commit 3b3bf2e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Fetch master
1616
run: |
1717
git fetch origin master --depth 1
18-
- name: Changed files in pgml-extension
18+
- name: Extension changed files
1919
id: pgml_extension_changed
2020
run: |
2121
echo "PGML_EXTENSION_CHANGED_FILES=$(git diff --name-only HEAD origin/master . | wc -l)" >> $GITHUB_OUTPUT
@@ -75,3 +75,13 @@ jobs:
7575
run: |
7676
echo "\q" | cargo pgrx run
7777
psql -p 28816 -h 127.0.0.1 -d pgml -P pager -f tests/test.sql
78+
- name: Dashboard changed files
79+
id: pgml_dashboard_changed
80+
working-directory: pgml-dashboard
81+
run: |
82+
echo "PGML_DASHBOARD_CHANGED_FILES=$(git diff --name-only HEAD origin/master . | wc -l)" >> $GITHUB_OUTPUT
83+
- name: Dashboard Unit tests
84+
if: steps.pgml_extension_changed.outputs.PGML_DASHBOARD_CHANGED_FILES != '0'
85+
working-directory: pgml-dashboard
86+
run: |
87+
cargo test

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy