Skip to content

Commit

Permalink
Converts action to composite
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 17, 2024
1 parent 4f28b25 commit a152974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/docker.yml

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ name: EA Tester
# foo: # id of output
# description: 'Foo'
runs:
using: docker
image: Dockerfile
env:
BT_CURRENCY: ${{ inputs.BtCurrency }}
BT_DAYS: ${{ inputs.BtDays }}
Expand Down Expand Up @@ -129,3 +127,11 @@ runs:
TEST_EXPERT: ${{ inputs.TestExpert }}
TEST_REPORT_NAME: ${{ inputs.TestReportName }}
WORKDIR: /github/workspace
steps:
mt4:
name: Installs platform
uses: EA31337/EA-Tester/.github/workflows/platform-linux.yml@dev
with:
artifact_name: mt4
version: 5
using: composite

0 comments on commit a152974

Please sign in to comment.