Skip to content

Commit

Permalink
more gh actions ...
Browse files Browse the repository at this point in the history
  • Loading branch information
adplincinst committed May 29, 2024
1 parent b2b27dc commit c688924
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test_geoconnex_dev_sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Gleaner against pids.geoconnex.dev Sitemap
on:
[ workflow_dispatch ]
jobs:
test:
main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -12,5 +12,14 @@ jobs:
go-version: '1.20'
- run: sudo apt-get install make
- run: sudo apt-get install git
- run: docker run hello-world

- 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: sleep 3 && mc mb myminio/iow
- run: make
- run: scripts/iow/start-gleaner.sh

0 comments on commit c688924

Please sign in to comment.