Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
Co-Authored-By: Liza Tsibur <[email protected]>
  • Loading branch information
caffeinatedpixel and lisaSW committed Jun 28, 2024
1 parent cb1eee6 commit 86c60ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
build-image:
name: "Build Docker Images"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
upload-installer:
name: Upload Artifacts
name: Upload Installer to Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:

name: 'Run Tests'
runs-on:
labels: ubuntu-latest-m

Expand Down
2 changes: 1 addition & 1 deletion integration/threat_intel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (it *ThreatIntelSuite) TestFileFeeds() {
func (it *ThreatIntelSuite) TestOnlineFeeds() {
t := it.T()
dbName := "threat_intel_online_feed"

t.SkipNow()
// Get current commit hash
gitCmd := exec.Command("git", "rev-parse", "HEAD")
stdout, err := gitCmd.Output()
Expand Down

0 comments on commit 86c60ce

Please sign in to comment.