chore: remove travis integration (#39390)
This commit is contained in:
committed by
GitHub
parent
f813dfff87
commit
1603e5beba
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CodeQL Scanning
|
||||
name: CodeQL
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
name: CodeQL Build
|
||||
name: Scan
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
|
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Cypress Tests
|
||||
name: Cypress
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
cypress-run:
|
||||
name: Cypress Tests
|
||||
name: Test
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user