Skip to content

Commit

Permalink
Set up asdf, plugin and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lotia committed Nov 20, 2019
1 parent 5824dc4 commit 9c20164
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
repository: asdf-vm/asdf.git
ref: refs/heads/master

- name: Display the current directory contents
run: ls -alh
- name: Enable asdf
run: . ../asdf.git/asdf.sh

- name: Display the parent directory contents
run: ls -alh ..
- name: Install the plugin
run: asdf plugin-add terragrunt ./

- name: List available terragrunt versions
run: asdf list-all terragrunt

- name: asdf plugin-test terragrunt ./ 'terragrunt --version'

0 comments on commit 9c20164

Please sign in to comment.