Skip to content

Commit

Permalink
add env and file integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abtreece committed Feb 21, 2021
1 parent 13a1e38 commit d0061cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
integration/dynamodb/test.sh
integration/expect/check.sh
- name: Test Env
run: |
integration/env/test.sh
integration/expect/check.sh
- name: Install etcd
run: |
wget -q https://storage.googleapis.com/etcd/v${ETCD_VERSION}/etcd-v${ETCD_VERSION}-linux-amd64.tar.gz
Expand All @@ -80,6 +85,11 @@ jobs:
integration/etcd/test.sh
integration/expect/check.sh
- name: Test File
run: |
integration/file/test.sh
integration/expect/check.sh
- name: Install Rancher
run: |
wget -q https://github.com/rancher/rancher-metadata/releases/download/v${RANCHER_VERSION}/rancher-metadata.tar.gz
Expand Down
Empty file modified integration/file/test.sh
100644 → 100755
Empty file.

0 comments on commit d0061cc

Please sign in to comment.