Skip to content

Commit

Permalink
simplify workflow for only testing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 7, 2024
1 parent 4a43717 commit 5109b31
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,6 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: '1.21.6'
# tests failing so don't test backend until we get the library working
# - name: Test backend
# uses: magefile/mage-action@v2
# with:
# version: latest
# args: coverage
- name: Build backend
uses: magefile/mage-action@v2
with:
version: latest
args: buildAll
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install -g yarn && yarn install --frozen-lockfile;
- name: Spellcheck
run: |
yarn spellcheck;
- name: Build Frontend
run: |
yarn build;
- name: Start the docker container for E2E
run: |
docker-compose pull
Expand Down

0 comments on commit 5109b31

Please sign in to comment.