Skip to content
Snippets Groups Projects
Unverified Commit f54bf55b authored by Javier Neira's avatar Javier Neira Committed by GitHub
Browse files

Give unique names to post-jobs (#2337)

parent 26668f74
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ jobs: ...@@ -159,7 +159,7 @@ jobs:
ghcide/bench-results/**/*.eventlog ghcide/bench-results/**/*.eventlog
ghcide/bench-results/**/*.hp ghcide/bench-results/**/*.hp
post_job: bench_post_job:
if: always() if: always()
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [pre_job, bench_init, bench_example] needs: [pre_job, bench_init, bench_example]
......
...@@ -107,7 +107,7 @@ jobs: ...@@ -107,7 +107,7 @@ jobs:
if: ${{ env.HAS_TOKEN == 'true' }} if: ${{ env.HAS_TOKEN == 'true' }}
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
post_job: nix_post_job:
if: always() if: always()
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [pre_job, develop, build] needs: [pre_job, develop, build]
......
...@@ -224,7 +224,7 @@ jobs: ...@@ -224,7 +224,7 @@ jobs:
name: Test hls-hlint-plugin test suite name: Test hls-hlint-plugin test suite
run: cabal test hls-hlint-plugin --test-options="-j1 --rerun-update" || cabal test hls-hlint-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="-j1 --rerun" run: cabal test hls-hlint-plugin --test-options="-j1 --rerun-update" || cabal test hls-hlint-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="-j1 --rerun"
post_job: test_post_job:
if: always() if: always()
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [pre_job, test] needs: [pre_job, test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment