|
50 | 50 | working-directory: ./backend_server |
51 | 51 | run: MIX_ENV=ci mix run priv/mock/cps_seeds.exs > /dev/null |
52 | 52 | - name: debug dir |
53 | | - run: ls |
54 | | - |
55 | | - setup-front: |
56 | | - name: Setup Web Front |
57 | | - runs-on: ubuntu-latest |
58 | | - needs: setup-server |
59 | | - |
60 | | - steps: |
| 53 | + run: ls; ls backend_server |
61 | 54 | - uses: actions/checkout@v2 |
62 | 55 | - uses: actions/setup-node@v2 |
63 | 56 | with: |
|
85 | 78 | run: ls ./backend_server |
86 | 79 | - name: Run Backend Server |
87 | 80 | run: cd backend_server; MIX_ENV=ci mix phx.server & |
88 | | - # - name: Run Tests |
89 | | - # run: npm run test:ci |
| 81 | + # setup-front: |
| 82 | + # name: Setup Web Front |
| 83 | + # runs-on: ubuntu-latest |
| 84 | + # needs: setup-server |
| 85 | + # steps: |
| 86 | + # - uses: actions/checkout@v2 |
| 87 | + # - uses: actions/setup-node@v2 |
| 88 | + # with: |
| 89 | + # node-version: '12' |
| 90 | + # - name: checkout |
| 91 | + # uses: actions/checkout@v2 |
| 92 | + # with: |
| 93 | + # fetch-depth: 0 |
| 94 | + # # - name: Install Packages |
| 95 | + # # run: yarn |
| 96 | + # - name: Setup config tools |
| 97 | + # run: chmod +x ./utils/bin/jq-linux; ./utils/bin/jq-linux -s '.[0] * .[1]' config/config.json config/config.ci.json > /tmp/config.json; cp /tmp/config.json ./config/config.json |
| 98 | + # # - name: Build Project |
| 99 | + # # run: npm run build.ci |
| 100 | + # # - name: Check Bundle Size |
| 101 | + # # run: BUNDLEWATCH_GITHUB_TOKEN=${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} npm run size.check |
| 102 | + # - name: Set up Elixir and OTP |
| 103 | + # uses: actions/setup-elixir@v1 |
| 104 | + # with: |
| 105 | + # elixir-version: '1.10.3' # Define the elixir version [required] |
| 106 | + # otp-version: '22.3' # Define the OTP version [required] |
| 107 | + # - name: debug dir |
| 108 | + # run: ls |
| 109 | + # - name: debug server dir |
| 110 | + # run: ls ./backend_server |
| 111 | + # - name: Run Backend Server |
| 112 | + # run: cd backend_server; MIX_ENV=ci mix phx.server & |
| 113 | + # # - name: Run Tests |
| 114 | + # run: npm run test:ci |
0 commit comments