Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rhill-cldr committed Dec 3, 2024
1 parent fe3ea60 commit 2506227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash
mkdir -p .ansible/collections/ansible_collections/cloudera/cluster
git archive $(git rev-parse --abbrev-ref HEAD) | tar -x -C .ansible/collections/ansible_collections/cloudera/cluster
(cd .ansible/collections/ansible_collections/cloudera/cluster && pytest)

0 comments on commit 2506227

Please sign in to comment.