Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage committed Nov 21, 2023
1 parent a28c93e commit b764c29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Get Env
run: env
run: |
env
ldd $(which nix)
- name: Set up AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit b764c29

Please sign in to comment.