Skip to content

Fix new images in NavigationBar and CharacterCard #66

Fix new images in NavigationBar and CharacterCard

Fix new images in NavigationBar and CharacterCard #66

Workflow file for this run

name: Testing
on: push
jobs:
test:
name: Tests passes
runs-on: ubuntu-latest
steps:
- name: ⬇ Git checkout
uses: actions/checkout@v3
- name: 💾 Install modules
run: npm ci
- name: 🧪 Testing
run: npm test
env:
VITE_API_URL: ${{secrets.VITE_API_URL}})