Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Feb 10, 2025
1 parent 25e3045 commit 25734fc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,25 @@ jobs:
id: axe
uses: mathiasvr/command-output@v1
continue-on-error: true
timeout-minutes: 10
with:
run: |
npx -s http-server _site -s &
sleep 10
axe $URL, \
$URL/approche.html, \
$URL/approche/index.html, \
$URL/devenir-intrapreneur.html, \
$URL/manifests.html, \
$URL/incubateurs.html, \
$URL/manifeste.html, \
$URL/incubateurs/index.html, \
$URL/incubateurs/dinum.html, \
$URL/contact.html, \
$URL/dashboard.html, \
$URL/stats.html, \
$URL/apropos.html, \
$URL/suivi.html, \
$URL/startups.html, \
$URL/contact/index.html, \
$URL/stats/index.html, \
$URL/apropos/index.html, \
$URL/suivi/index.html, \
$URL/startups/index.html, \
$URL/startups/domifa.html, \
$URL/accessiblite.html --chromedriver-path="$(npm root -g)/chromedriver/bin/chromedriver" --exit
$URL/accessibilite/index.html \
--chromedriver-path="$(npm root -g)/chromedriver/bin/chromedriver" --exit
echo "end"
killall -9 http-server
env:
Expand Down

0 comments on commit 25734fc

Please sign in to comment.