Skip to content

Commit 5d8dba0

Browse files
authored
fix address test
1 parent 8e9b510 commit 5d8dba0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
vuln-type: 'os,library'
5454
severity: 'CRITICAL,HIGH,MEDIUM'
5555
- name: test container
56-
run: docker run --rm -v "test":/tmp ${{ env.container }} my_address_file.csv
56+
run: docker run --rm -v "./test":/opt/palantir/sidecars/shared-volumes/shared ${{ env.container }}
5757

5858
setup-postgis-states:
5959
runs-on: self-hosted
File renamed without changes.

0 commit comments

Comments
 (0)