Skip to content

Commit

Permalink
try to fix ci #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Onyshchuk committed Oct 27, 2023
1 parent 00b4820 commit 792815f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# This file was automatically generated by sbt-github-actions using the
# githubWorkflowGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the workflow description
# to meet your needs, then regenerate this file.

name: Continuous Integration
name: build-test-coveralls

on:
pull_request:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# This file was automatically generated by sbt-github-actions using the
# githubWorkflowGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the workflow description
# to meet your needs, then regenerate this file.

name: Clean
name: clean

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-dependency.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Dependency
name: sbt-dependency-submission
on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import scala.concurrent.Await
import scala.concurrent.ExecutionContext
import scala.concurrent.Future
import scala.concurrent.duration.FiniteDuration
import scala.language.implicitConversions
import scala.util.Failure
import scala.util.Random
import scala.util.Success
Expand Down

0 comments on commit 792815f

Please sign in to comment.