File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Integration
22on : push
33env :
44 MIX_ENV : test
5- CLDR_BRANCH : ${{ github.ref_name }}
5+ CLDR_PATH : ${{github.workspace}}/${{github. ref_name}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt }}
66permissions :
77 contents : read
88jobs :
3838 steps :
3939 - uses : actions/checkout@v4
4040 with :
41- repository : elixir-cldr/${{matrix.app}}
41+ path : ${{matrix.app}}
42+ repository : ${{github.repository_owner}}/${{matrix.app}}
43+ - uses : actions/checkout@v4
44+ with :
45+ path : ${{github.ref_name}}
46+ repository : ${{github.repository}}
47+ ref : ${{github.ref_name}}
4248 - uses : erlef/setup-beam@v1
4349 with :
4450 otp-version : ${{matrix.otp}}
4551 elixir-version : ${{matrix.elixir}}
46- - run : mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
52+ - run : cd ${{github.workspace}}/${{github.ref_name}} && mix hex.build -o ${{CLDR_PATH}} --unpack
53+ - run : cd ${{github.workspace}}/${{matrix.app}} && mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
You can’t perform that action at this time.
0 commit comments