FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gel-net/.github/workflows/tests.yml at dev · geldata/gel-net · GitHub
geldata
/
gel-net
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
90
Code
Issues
9
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gel-net
/
.github
/
workflows
/
tests.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
39 lines (29 loc) · 780 Bytes
Breadcrumbs
gel-net
/
.github
/
workflows
/
tests.yml
Copy path
File metadata and controls
39 lines (29 loc) · 780 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name
:
Tests
on
:
-
push
-
pull_request
jobs
:
test
:
runs-on
:
ubuntu-latest
name
:
Run test suite
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Setup .NET
uses
:
actions/setup-dotnet@v1
with
:
dotnet-version
:
8.0.x
-
uses
:
edgedb/setup-edgedb@v1
with
:
server-version
:
stable
instance-name
:
edgedb_dotnet_tests
-
run
:
edgedb instance list
-
name
:
Restore dependencies
run
:
dotnet restore
-
name
:
Build
run
:
dotnet build --no-restore
-
name
:
Unit test
run
:
dotnet test ./tests/Gel.Tests.Unit --no-build --verbosity normal
#
- name: Integration Tests
#
run: dotnet test ./tests/Gel.Tests.Integration --no-build --verbosity diag
Back
|
FazBrowse Home
|
New Git URL