Skip to content

Commit

Permalink
more gh action #3
Browse files Browse the repository at this point in the history
  • Loading branch information
adplincinst authored and webb-ben committed Oct 2, 2024
1 parent 1463998 commit 264fa33
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test_geoconnex_dev_sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
- run: sudo apt-get install make
- run: sudo apt-get install git
- run: mkdir -p $HOME/bin
- run: !
curl https://dl.min.io/client/mc/release/linux-amd64/mc -o $HOME/bin/mc
chmod +x $HOME/bin/mc
$HOME/bin/mc alias set myminio http://localhost:9000 amazingaccesskey amazingsecretkey
- run: |
scripts/iow/start-headless-chrome.sh
scripts/iow/start-minio.sh
- run: curl https://dl.min.io/client/mc/release/linux-amd64/mc -o $HOME/bin/mc && chmod +x $HOME/bin/mc
- run: $HOME/bin/mc alias set myminio http://localhost:9000 amazingaccesskey amazingsecretkey
- run:
- run: scripts/iow/start-headless-chrome.sh
- run: scripts/iow/start-minio.sh
- run: sleep 3 && mc mb myminio/iow
- run: make
- run: scripts/iow/start-gleaner.sh

0 comments on commit 264fa33

Please sign in to comment.