Skip to content

Commit

Permalink
changed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsuh05 committed Jun 18, 2024
1 parent 9ce1c9a commit fe2d706
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create .env file
working-directory: ./backend
run: |
touch .env
echo PORT=3001 >> .env
echo MAPBOX_ACCESS_TOKEN=${{ secrets.MAPBOX_ACCESS_TOKEN }} >> .env
- name: Install modules
working-directory: ./backend
run: npm ci
Expand Down

0 comments on commit fe2d706

Please sign in to comment.