Skip to content

Commit

Permalink
more gh action stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adplincinst committed May 29, 2024
1 parent c309b57 commit b2b27dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_geoconnex_dev_sitemap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Gleaner against pids.geoconnex.dev Sitemap

on:
[ pull_request, workflow_dispatch ]
[ workflow_dispatch ]
jobs:
test:
runs-on: ubuntu-22.04
Expand All @@ -10,4 +10,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go version
- run: sudo apt-get install make
- run: sudo apt-get install git
- run: docker run hello-world

0 comments on commit b2b27dc

Please sign in to comment.