Skip to content

Commit

Permalink
Merge pull request #1008 from atsign-foundation/fix_version_bug_virtu…
Browse files Browse the repository at this point in the history
…al_env

fix: copy pubspec for server functional test image
  • Loading branch information
murali-shris committed Oct 28, 2022
2 parents 50402c0 + 03edea6 commit 12eba0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/at_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
- name: copy secondary to tools/build_virtual_environment/ve
run: |
cp packages/at_secondary_server/secondary tools/build_virtual_environment/ve/contents/atsign/secondary/
cp packages/at_secondary_server/pubspec.yaml tools/build_virtual_environment/ve/contents/atsign/secondary/
chmod 755 tools/build_virtual_environment/ve/contents/atsign/secondary/secondary
ls -laR tools/build_virtual_environment/ve/*
Expand Down
2 changes: 1 addition & 1 deletion tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ dependencies:

dev_dependencies:
lints: ^1.0.1
test: ^1.14.4
test: ^1.14.4

0 comments on commit 12eba0b

Please sign in to comment.