Skip to content

Commit

Permalink
fix the postgres test package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Mar 29, 2024
1 parent 18af3a0 commit 37e3401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tasks:
- description: Create the DB test package for the PG instance
cmd: uds zarf package create src/test --confirm --no-progress --architecture=${UDS_ARCH} --skip-sbom
- description: Deploy the test package into the cluster
cmd: "uds zarf package deploy ../build/zarf-package-postgres-test-* --confirm"
cmd: uds zarf package deploy zarf-package-postgres-test-*.tar.zst --confirm

- name: health-check
actions:
Expand Down

0 comments on commit 37e3401

Please sign in to comment.