Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Dec 18, 2023
1 parent ca487aa commit 074ef92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 109 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1

- name: Install
run: bun install

- name: Build
run: bun tsc

- name: Cypress run
run: bunx cypress run --component --browser chrome
run: bun cypress run --component --browser chrome
env:
NODE_ENV: production
104 changes: 0 additions & 104 deletions .github/workflows/tf-plan.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/tf-apply.yml → .github/workflows/tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-iam-role
Expand All @@ -42,7 +42,7 @@ jobs:
BUCKET_NAME: last-dram-terraform-us-east-2

- name: Setup
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Init
run: terraform init
Expand Down

0 comments on commit 074ef92

Please sign in to comment.