Skip to content

Commit

Permalink
gh actions gleanerio#5
Browse files Browse the repository at this point in the history
  • Loading branch information
adplincinst committed May 29, 2024
1 parent 404965d commit 7dbea76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_geoconnex_dev_sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- 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
- run: $HOME/bin/mc alias set myminio http://localhost:9000 amazingaccesskey amazingsecretkey
- run: scripts/iow/start-headless-chrome.sh
- run: scripts/iow/start-minio.sh
- run: sleep 3 && mc mb myminio/iow
- run: scripts/iow/start-minio.sh && sleep 3
- run: $HOME/bin/mc alias set myminio http://localhost:9000 amazingaccesskey amazingsecretkey
- run: mc mb myminio/iow
- run: make
- run: scripts/iow/start-gleaner.sh

0 comments on commit 7dbea76

Please sign in to comment.