CI: Fix job name for PRBMath external test

This commit is contained in:
Kamil Śliwak 2022-01-24 14:01:58 +01:00
parent 5539a745df
commit d511fe93ab

View File

@ -583,7 +583,7 @@ defaults:
project: uniswap project: uniswap
binary_type: native binary_type: native
nodejs_version: '16' nodejs_version: '16'
- job_native_test_prb_math: &job_native_test_prb_math - job_native_test_ext_prb_math: &job_native_test_ext_prb_math
<<: *workflow_ubuntu2004_static <<: *workflow_ubuntu2004_static
name: t_native_test_ext_prb_math name: t_native_test_ext_prb_math
project: prb-math project: prb-math
@ -1454,7 +1454,7 @@ workflows:
- t_ems_ext: *job_native_test_ext_pool_together - t_ems_ext: *job_native_test_ext_pool_together
- t_ems_ext: *job_native_test_ext_perpetual_pools - t_ems_ext: *job_native_test_ext_perpetual_pools
- t_ems_ext: *job_native_test_ext_uniswap - t_ems_ext: *job_native_test_ext_uniswap
- t_ems_ext: *job_native_test_prb_math - t_ems_ext: *job_native_test_ext_prb_math
- t_ems_ext: *job_native_test_ext_elementfi - t_ems_ext: *job_native_test_ext_elementfi
# Windows build and tests # Windows build and tests