mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 11:07:00 -04:00
update readme to show the changes made and reduce un-needed steps used in the pipeline
This commit is contained in:
parent
b4604e580d
commit
36d63d1e1d
@ -37,14 +37,10 @@ check:
|
||||
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y
|
||||
fi
|
||||
script:
|
||||
- start_section "Install Dependencies"
|
||||
- start_section "Install Dependencies & Setup Environment"
|
||||
- echo "https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com" > ~/.git-credentials
|
||||
- git config --global credential.helper store
|
||||
- corepack enable pnpm
|
||||
- pnpm install || record_failure
|
||||
- end_section
|
||||
|
||||
- start_section "Setup environment"
|
||||
- make install || record_failure
|
||||
- end_section
|
||||
|
||||
@ -53,8 +49,7 @@ check:
|
||||
- end_section
|
||||
|
||||
- start_section "Unit Tests"
|
||||
- >
|
||||
pnpm vitest --reporter=default --reporter=junit --outputFile=junit.xml --coverage || record_failure
|
||||
- pnpm vitest --reporter=default --reporter=junit --outputFile=junit.xml --coverage || record_failure
|
||||
- end_section
|
||||
|
||||
- start_section "Check linting rules"
|
||||
|
@ -15,7 +15,7 @@ We're using FontAwesome Pro, so to set up a local copy without having a FA licen
|
||||
open `package.json` and replace
|
||||
|
||||
```
|
||||
"@fortawesome/fontawesome-pro": "git+ssh://git@gitlab.com:Avris/FontAwesomePro.git",
|
||||
"@fortawesome/fontawesome-pro": "https://gitlab.com/Avris/FontAwesomePro",
|
||||
```
|
||||
|
||||
with
|
||||
@ -26,7 +26,7 @@ with
|
||||
or, for Git via HTTPS:
|
||||
|
||||
```
|
||||
"@fortawesome/fontawesome-pro": "git+https://git@gitlab.com/Avris/FakeFontAwesomePro.git",
|
||||
"@fortawesome/fontawesome-pro": "https://gitlab.com/Avris/FakeFontAwesomePro",
|
||||
```
|
||||
|
||||
Do not commit that change!
|
||||
|
Loading…
x
Reference in New Issue
Block a user