Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implementing GitHub Actions Pipeline #982
base: dev
Are you sure you want to change the base?
Implementing GitHub Actions Pipeline #982
Changes from 148 commits
a5e7882
c205a34
0d7d256
81864ff
e21113c
1a322fe
a358186
ef8ef61
9ff6b0f
7a63e64
58b398b
4907ebd
717170d
868926f
272364d
c6f72b1
5d624e7
cc50142
9979cc8
82c04b5
2f5d1ed
423824b
de427e9
4801167
cc21a2e
6ebc5e2
3434da4
485d6c1
f136f27
f024771
ae3f414
cc00df1
c892a8c
442d31b
88b4447
26273dd
b9016d1
07e1442
16db60d
b21805d
ddd5a92
d9260e9
bdd7906
d537e09
160bd99
caafefe
f85defe
b7440c8
c9f7e42
68a7fc1
9c53be5
0e57156
5ff88ec
b0b8a7d
7f6a281
c14c0a6
4b3e51c
99a876e
50979d2
7aa55ba
25346e6
8c4b71b
517d9e5
f58d317
f113040
62656db
8999526
21835f8
47dc2b2
f623598
a6ee586
fed2642
c0b408b
51a29b8
a7d508d
9a84f3e
26d977f
5aa9679
da5336b
8da5343
4b65e11
5ec36de
fc39fbb
e279c01
5044de6
711beae
1d0ba09
f703367
d060f80
7eab786
cee3934
54dce13
c96acf7
7275f38
3eb67df
cc45c56
2ad00b1
0671015
aaacfdb
57534b8
9e2f3e8
7d76f17
91a9366
cfcabbf
8db5445
1ff1b5a
58ada89
50386fc
33007be
5042d36
5c8ea2b
e6b7e23
0a0174b
00fd90a
fa44b06
d203385
1ff759c
9d5d395
15ef2df
a8fd9ee
39693e6
25d7cba
07aded5
acc22f5
42ab8ea
f86ebc5
f68e062
771f7a6
dce2b7e
4909196
b8ff218
1cc1e06
cd5df02
8d09497
8d8cc69
5350f99
10ee88f
8940d9f
21c2da0
521f9da
925122b
719a00c
e091efc
6505eb4
694009a
62bf935
6830545
2897c01
2207df8
4d6e390
b05eaaa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This fetches all history for all branches. Is that necessary?
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.
I don't think we have to refresh dependencies and run tests again here. Maybe I'm wrong, but we'd find that out later on