Skip to content

[refact] alias setting and path fix #8

[refact] alias setting and path fix

[refact] alias setting and path fix #8

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: .env setting
run: |
echo -e "API_URL=${{secrets.API_URL}}\nGA_ID=${{secrets.GA_ID}}\nGTM_ID=${{secrets.GTM_ID}}" >> .env.production
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build