Add CI workflows for SDK tests #23
@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: SDK Tests
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -7,7 +7,7 @@ on:
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
sdk_tests:
|
||||
sdk_tests_auctions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: SDK Tests
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -7,7 +7,7 @@ on:
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
sdk_tests:
|
||||
sdk_tests_nameservice_expiry:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: SDK Tests
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user