File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,22 +76,22 @@ jobs:
7676 npm run build-test
7777
7878 - name : Install Test Dependencies
79- if : ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
79+ if : ${{ github.event_name == 'pull_request' }}
8080 run : |
8181 sudo apt-get update
8282 sudo npx -y playwright install chromium --with-deps
8383 npx -y playwright install chromium
8484 wget https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.6.50-1/hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
8585
8686 - name : Install HPCC Platform
87- if : ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
87+ if : ${{ github.event_name == 'pull_request' }}
8888 continue-on-error : true
8989 run : |
9090 sudo apt install -f ./hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
9191 sudo /etc/init.d/hpcc-init start
9292
9393 - name : Test
94- if : ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
94+ if : ${{ github.event_name == 'pull_request' }}
9595 continue-on-error : true
9696 env :
9797 CI : true
Original file line number Diff line number Diff line change 5555 "url" : " https://github.com/hpcc-systems/Visualization/issues"
5656 },
5757 "homepage" : " https://github.com/hpcc-systems/Visualization"
58- }
58+ }
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ export * from "./saxParser";
1818export * from "./stack" ;
1919export * from "./stateful" ;
2020export * from "./string" ;
21- export * from "./url" ;
21+ export * from "./url" ;
You can’t perform that action at this time.
0 commit comments