Skip to content

Conversation

wesleybalvanz-wf
Copy link
Contributor

@wesleybalvanz-wf wesleybalvanz-wf commented May 23, 2022

This runs the unit tests inside skynet to satisfy the release pipeline QA requirement.

@aviary2-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

@wesleybalvanz-wf wesleybalvanz-wf marked this pull request as ready for review May 24, 2022 20:56
@wesleybalvanz-wf wesleybalvanz-wf changed the title Add skynet.yaml FW-56 Add skynet.yaml May 24, 2022
run_tests.sh Outdated
Comment on lines 8 to 10
pub get

pub run test --file-reporter=json:$filename.json || RESULT=1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind changing these to use the new CLI? The top-level pub CLI is now deprecated in favor of dart pub, and pub run test specifically is replaced by dart test:

Suggested change
pub get
pub run test --file-reporter=json:$filename.json || RESULT=1
dart pub get
dart test --file-reporter=json:$filename.json || RESULT=1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad of course, updated.

@evanweible-wf
Copy link
Contributor

QA +1

  • CI passes
  • Skynet is running unit tests
  • Unit test results show up in Skynet

@wesleybalvanz-wf
Copy link
Contributor Author

@Workiva/release-management-p

Copy link

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from RM

@rmconsole4-wk rmconsole4-wk merged commit 14e35e4 into master May 24, 2022
@rmconsole4-wk rmconsole4-wk deleted the fw-56 branch May 24, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants