Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -31,7 +31,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml@v1.1.0
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-hex-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -35,7 +35,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.1
uses: ./.github/workflows/build.yml
secrets: inherit
with:
ref: ${{ inputs.version }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-hex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down