Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 2, 2024
1 parent 1f34ec7 commit b082f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
setup_directory() {
local suite=$1
mkdir -p "${suite}_tests"
cp -al src/ "${suite}_tests/"
cp -al src/. "${suite}_tests/"
}
# Create hard links for all suites
for suite in unit feature_hyde feature_framework publications realtime_compiler; do
setup_directory $suite
setup_directory $suite
done
# Move the .git directory out of src
Expand Down

0 comments on commit b082f4c

Please sign in to comment.