-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweaked workflows #970
Tweaked workflows #970
Conversation
a8191db
to
46842cd
Compare
46842cd
to
f7ca5bb
Compare
This reverts commit b8282f2.
@@ -27,25 +29,14 @@ jobs: | |||
runs-on: ubuntu-20.04 | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- uses: ./.github/workflows/setupgo118amd64 | |||
- uses: actions/setup-go@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better
- name: Install dependencies | ||
run: sudo apt-get update -y && sudo apt-get install -y gcc git-core gnupg build-essential | ||
- name: Remove installed mongodb | ||
run: sudo apt purge mongodb-org && sudo apt autoremove | ||
- run: sudo snap install juju-db --channel 4.4/stable | ||
- name: Pull candid repo for test environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests don't use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It saves us 2 minutes on each run now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I'm with you, we use a test candid, I think I left this here in hopes we would run acceptance tests eventually though...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just the candid thing we may need to put back in later or in a different workflow
@ale8k For the BDD tests we would need it but not these tests. |
Description
Testing some changes to the workflows and am finally happy with it. The full changes for this PR are as below.
dev
profile because they do not play a part in testing.