Skip to content

Commit

Permalink
Remove Travis, add GH Action for Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Sep 27, 2023
1 parent ea885f0 commit 3198d26
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 94 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI
on:
push:
pull_request:
types: [opened, reopened]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'false'
secrets: inherit

UnitTest:
name: Python Unit Test with Postgres
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
python-version: '3.9'
11 changes: 10 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
"line_number": 17
}
],
".github/workflows/ci.yaml": [
{
"type": "Secret Keyword",
"filename": ".github/workflows/ci.yaml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 15
}
],
"deployment/scripts/postgresql/postgresql_init.sql": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -386,5 +395,5 @@
}
]
},
"generated_at": "2023-08-08T00:23:28Z"
"generated_at": "2023-09-27T23:07:05Z"
}
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

10 changes: 0 additions & 10 deletions travis/pg_hba.conf

This file was deleted.

32 changes: 0 additions & 32 deletions travis/postgresql.conf

This file was deleted.

0 comments on commit 3198d26

Please sign in to comment.