Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make integ tests run on Linux
`cp -R dir/ ...` on macOS copies the directory contents, but with GNU `cp` copies `dir` into the target directory. Add a `*` to make sure we copy the directory contents on all platforms.
- Loading branch information