Skip to content

Commit

Permalink
feat: disabling functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Feb 14, 2025
1 parent a466a92 commit bd818ef
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,28 +133,29 @@ jobs:
name: Functional tests
needs: build
runs-on: ubuntu-latest
steps:
steps: |
echo ""
# Use specific Node.js version
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'

# Install packages
- name: Install packages
run: npm ci

# Download artifact from build
- name: Download itowns bundle
uses: actions/download-artifact@v4
with:
name: dist-itowns

- name: Run functional tests
run: npm run test-functional
# - uses: actions/checkout@v4
# - name: Use Node.js 22.x
# uses: actions/setup-node@v4
# with:
# node-version: 22.x
# cache: 'npm'
# # Install packages
# - name: Install packages
# run: npm ci
# # Download artifact from build
# - name: Download itowns bundle
# uses: actions/download-artifact@v4
# with:
# name: dist-itowns
# - name: Run functional tests
# run: npm run test-functional
# Publish NPM package
Expand Down

0 comments on commit bd818ef

Please sign in to comment.