Skip to content

Commit

Permalink
test access to shepherd
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Mar 21, 2024
1 parent 5326f6c commit afd52aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-shepherd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Shepherd test"

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
container:
image: us-west2-docker.pkg.dev/shepherd-268822/shepherd2/concourse-resource:latest
steps:
- name: test
run: |
echo "Testing shepherd"
echo "$PATH"
shepherd version

0 comments on commit afd52aa

Please sign in to comment.