Skip to content

Commit

Permalink
#152 Fix cp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 12, 2024
1 parent 88f4772 commit ce4a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
senzingapi-version: ${{ matrix.senzingapi-version }}

- name: Copy /etc files
run: sudo mkdir -p /opt/senzing/g2/etc && cp sudo cp testdata/senzing-license/g2.lic /opt/senzing/g2/etc/
run: sudo mkdir -p /opt/senzing/g2/etc && sudo cp testdata/senzing-license/g2.lic /opt/senzing/g2/etc/g2.lic

- name: Copy test database files
run: mkdir -p /tmp/sqlite && cp testdata/sqlite/G2C.db /tmp/sqlite/
Expand Down

0 comments on commit ce4a1ae

Please sign in to comment.